COLOR #BDAB53

HEX: #BDAB53
RGB: (189,171,83)

Color info

#BDAB53 contains mainly red and green colors. Web safe color of #BDAB53 is #CC9966 (or #C96).

RGB color model

#BDAB53 color RGB value is (189,171,83).

  • red value is 189;
  • green value is 171;
  • blue value is 83.
RGB:
(189,171,83)
(74%,67%,33%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 83 of 255 = 33%

189
171
83

R + G + B ~ 58%. #BDAB53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 83 = 443 (100%)
R 189 of 443 ~ 42.66%
G 171 of 443 ~ 38.6%
B 83 of 443 ~ 18.74%

%42.66
%38.6
%18.74

CMYK color model

#BDAB53 color CMYK value is (0,10,56,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 56.08%
  • key color value is 25.88%
CMYK:
(0,10,56,26)
C0M10Y56K26 
(0%,10%,56%,26%)
(0.00/0.10/0.56/0.26)	

CMYK percentages

%0
%9.52
%56.08
%25.88

Codes

Color #BDAB53 in popluar color models

BDAB53
RGB18917183
HSL50°44.54%53.33%
HSB/HSV50°56.08%74.12%
CMYK0.00%9.52%56.08%
25.88%

Color #BDAB53 in popluar number systems.

HEXBDAB53
Decimal18917183
Binary10111101101010111010011
Octal275253123

Shades and tints

Shades of #BDAB53

#BDAB53
(189,171,83)
#AC9C4C
(172,156,76)
#9B8D45
(155,141,69)
#8A7E3E
(138,126,62)
#796F37
(121,111,55)
#686030
(104,96,48)
#575129
(87,81,41)
#464222
(70,66,34)
#35331B
(53,51,27)
#242414
(36,36,20)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #BDAB53

#BDAB53
(189,171,83)
#C3B262
(195,178,98)
#C9B971
(201,185,113)
#CFC080
(207,192,128)
#D5C78F
(213,199,143)
#DBCE9E
(219,206,158)
#E1D5AD
(225,213,173)
#E7DCBC
(231,220,188)
#EDE3CB
(237,227,203)
#F3EADA
(243,234,218)
#F9F1E9
(249,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAB53 color. Also use rgb(189,171,83) instead hex code.

Text Font Color

.myTextColor { color: #BDAB53; }

<p style="color:#BDAB53">This sample text font color is #BDAB53.</p>

This text font color is #BDAB53.


Background Color

.myBgColor { background-color: #BDAB53; }

<div style="background-color:#BDAB53">Inner text</div>

This div background color is #BDAB53.


Border color

.myBorderColor { border: 1px solid #BDAB53; }

<div style="border:3px solid #BDAB53">Div</div>

This div border color is #BDAB53.


Opacity

.myOpacity80 { color: #BDAB53; opacity: 0.8; }

<p style="color:#BDAB53;opacity:0.8;">80%</p>

Text with #BDAB53 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDAB53;}

<p style="text-shadow: 3px 3px 1px #BDAB53">Text here.</p>

This text has shadow with #BDAB53 color.

.textShadow {text-shadow: 3px 3px 1px #BDAB53, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDAB53, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDAB53 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDAB53, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDAB53, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDAB53 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BDAB53;
  -webkit-box-shadow:	1px 1px 3px 2px #BDAB53;
  box-shadow:		1px 1px 3px 2px #BDAB53;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDAB53;
-webkit-box-shadow: 1px 1px 3px 2px #BDAB53;
box-shadow:1px 1px 3px 2px #BDAB53;">
Div content here</div>
This div box has shadow with color #BDAB53.

Preview

Color preview on black background

This text has color #BDAB53 on black background.


Color preview on white background

This text has color #BDAB53 on white background.



Black color preview on #BDAB53 background

This text has black color on #BDAB53 background.


White color preview on #BDAB53 background

This text has white color on #BDAB53 background.