COLOR #BDA551

HEX: #BDA551
RGB: (189,165,81)

Color info

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

RGB color model

#BDA551 color RGB value is (189,165,81).

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

RGB channels and saturation

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

189
165
81

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 81 = 435 (100%)
R 189 of 435 ~ 43.45%
G 165 of 435 ~ 37.93%
B 81 of 435 ~ 18.62%

%43.45
%37.93
%18.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 57.14%
  • 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
%57.14
%25.88

Codes

Color #BDA551 in popluar color models

BDA551
RGB18916581
HSL47°45.00%52.94%
HSB/HSV47°57.14%74.12%
CMYK0.00%12.70%57.14%
25.88%

Color #BDA551 in popluar number systems.

HEXBDA551
Decimal18916581
Binary10111101101001011010001
Octal275245121

Shades and tints

Shades of #BDA551

#BDA551
(189,165,81)
#AC964A
(172,150,74)
#9B8743
(155,135,67)
#8A783C
(138,120,60)
#796935
(121,105,53)
#685A2E
(104,90,46)
#574B27
(87,75,39)
#463C20
(70,60,32)
#352D19
(53,45,25)
#241E12
(36,30,18)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #BDA551

#BDA551
(189,165,81)
#C3AD60
(195,173,96)
#C9B56F
(201,181,111)
#CFBD7E
(207,189,126)
#D5C58D
(213,197,141)
#DBCD9C
(219,205,156)
#E1D5AB
(225,213,171)
#E7DDBA
(231,221,186)
#EDE5C9
(237,229,201)
#F3EDD8
(243,237,216)
#F9F5E7
(249,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA551; }

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

This text font color is #BDA551.


Background Color

.myBgColor { background-color: #BDA551; }

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

This div background color is #BDA551.


Border color

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

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

This div border color is #BDA551.


Opacity

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

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

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

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

This text has shadow with #BDA551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA551 on black background.


Color preview on white background

This text has color #BDA551 on white background.



Black color preview on #BDA551 background

This text has black color on #BDA551 background.


White color preview on #BDA551 background

This text has white color on #BDA551 background.