COLOR #BDAF27

HEX: #BDAF27 RGB: (189,175,39)

Color info

#BDAF27 contains mainly red and green colors. Web safe color of #BDAF27 is #CC9933 (or #C93).

RGB color model

#BDAF27 color RGB value is (189,175,39).

RGB: (189,175,39) (74%, 69%, 15%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 39 of 255 = 15%

189
175
39

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

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 39 = 403 (100%)
R 189 of 403 ~ 46.9%
G 175 of 403 ~ 43.42%
B 39 of 403 ~ 9.68'%

%46.9
%43.42

CMYK color model

#BDAF27 color CMYK value is (0,7,79,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 79.37%
  • key color value is 25.88%

CMYK: (0,7,79,26)
C0M7Y79K26 (0%, 7%, 79%, 26%)
(0.00 / 0.07 / 0.79 / 0.26)

CMYK percentages

%0
%7.41
%79.37
%25.88

Codes

Color #BDAF27 in popluar color models

BD AF 27
RGB 189 175 39
HSL 54° 65.79% 44.71%
HSB/HSV 54° 79.37% 74.12%
CMYK 0.00% 7.41% 79.37%
25.88%

Color #BDAF27 in popluar number systems.

HEX BD AF 27
Decimal 189 175 39
Binary 10111101 10101111 100111
Octal 275 257 47

Shades and tints

Shades of #BDAF27

#BDAF27
(189,175,39)
#ACA024
(172,160,36)
#9B9121
(155,145,33)
#8A821E
(138,130,30)
#79731B
(121,115,27)
#686418
(104,100,24)
#575515
(87,85,21)
#464612
(70,70,18)
#35370F
(53,55,15)
#24280C
(36,40,12)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #BDAF27

#BDAF27
(189,175,39)
#C3B63A
(195,182,58)
#C9BD4D
(201,189,77)
#CFC460
(207,196,96)
#D5CB73
(213,203,115)
#DBD286
(219,210,134)
#E1D999
(225,217,153)
#E7E0AC
(231,224,172)
#EDE7BF
(237,231,191)
#F3EED2
(243,238,210)
#F9F5E5
(249,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAF27 color. Also use rgb(189,175,39) instead hex code.

Text Font Color

.myTextColor { color: #BDAF27; }

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

This text font color is #BDAF27.

Background Color

.myBgColor { background-color: #BDAF27; }

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

This div background color is #BDAF27.

Border color

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

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

This div border color is #BDAF27.

Opacity

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

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

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

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

This text has shadow with #BDAF27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAF27.

Preview

Color preview on black background

This text has color #BDAF27 on black background.


Color preview on white background

This text has color #BDAF27 on white background.


Black color preview on #BDAF27 background

This text has black color on #BDAF27 background.


White color preview on #BDAF27 background

This text has white color on #BDAF27 background.


Related colors

Complementary color

Complementary color for #hex is #4250D8.


I love getcolorcode.com

Triadic colors

1 #27BDAF and #AF27BD with #BDAF27 are triadic colors.

2 #27AFBD and #AFBD27 with #BDAF27 are triadic colors.