COLOR #BDA552

HEX: #BDA552
RGB: (189,165,82)

Color info

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

RGB color model

#BDA552 color RGB value is (189,165,82).

  • red value is 189;
  • green value is 165;
  • blue value is 82.
RGB:
(189,165,82)
(74%,65%,32%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 82 of 255 = 32%

189
165
82

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 82 = 436 (100%)
R 189 of 436 ~ 43.35%
G 165 of 436 ~ 37.84%
B 82 of 436 ~ 18.81%

%43.35
%37.84
%18.81

CMYK color model

#BDA552 color CMYK value is (0,13,57,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 56.61%
  • key color value is 25.88%
CMYK:
(0,13,57,26)
C0M13Y57K26 
(0%,13%,57%,26%)
(0.00/0.13/0.57/0.26)	

CMYK percentages

%0
%12.7
%56.61
%25.88

Codes

Color #BDA552 in popluar color models

BDA552
RGB18916582
HSL47°44.77%53.14%
HSB/HSV47°56.61%74.12%
CMYK0.00%12.70%56.61%
25.88%

Color #BDA552 in popluar number systems.

HEXBDA552
Decimal18916582
Binary10111101101001011010010
Octal275245122

Shades and tints

Shades of #BDA552

#BDA552
(189,165,82)
#AC964B
(172,150,75)
#9B8744
(155,135,68)
#8A783D
(138,120,61)
#796936
(121,105,54)
#685A2F
(104,90,47)
#574B28
(87,75,40)
#463C21
(70,60,33)
#352D1A
(53,45,26)
#241E13
(36,30,19)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #BDA552

#BDA552
(189,165,82)
#C3AD61
(195,173,97)
#C9B570
(201,181,112)
#CFBD7F
(207,189,127)
#D5C58E
(213,197,142)
#DBCD9D
(219,205,157)
#E1D5AC
(225,213,172)
#E7DDBB
(231,221,187)
#EDE5CA
(237,229,202)
#F3EDD9
(243,237,217)
#F9F5E8
(249,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA552 color. Also use rgb(189,165,82) instead hex code.

Text Font Color

.myTextColor { color: #BDA552; }

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

This text font color is #BDA552.


Background Color

.myBgColor { background-color: #BDA552; }

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

This div background color is #BDA552.


Border color

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

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

This div border color is #BDA552.


Opacity

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

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

Text with #BDA552 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 #BDA552;}

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

This text has shadow with #BDA552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA552 on black background.


Color preview on white background

This text has color #BDA552 on white background.



Black color preview on #BDA552 background

This text has black color on #BDA552 background.


White color preview on #BDA552 background

This text has white color on #BDA552 background.