#BBAF72

Color #BBAF72 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBAF72

Tints of Dark Khaki #BBAF72

Color information

#BBAF72 (or 0xBBAF72) is unknown color: approx Dark Khaki. HEX triplet: BB, AF and 72. RGB value is (187,175,114). Sum of RGB (Red+Green+Blue) = 187+175+114=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF72 is #44508D. Grayscale: #ABABAB. Windows color (decimal): -4477070 or 7516091. OLE color: 7516091.

HSL color Cylindrical-coordinate representation of color #BBAF72: hue angle of 50.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBAF72 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187175114-
CMYK00.060.390.27
HSL50.14º34.93%59.02%-
HSV(B)50.14º39.04%73.33%-
XYZ38.8642.4422.06-
YUV171.6395.48138.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=39.29%
G=36.76%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717511400.060.390.2750.1434.9359.02
HexBBAF7206271B32233b
Octal273257162064733624373
Binary10111011101011111110010011010011111011110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF72; }

 p { color: rgb(187,175,114); }

 H1.HeaderClassName
 {
   color: #BBAF72;
 }
 .AnyTagClassName
 {
   color: #BBAF72;
 }
</style>
background-color css

<style>
 a { background-color: #BBAF72; }

 a { background-color: rgb(187,175,114); }

 div.DivClassName
 {
   background-color: #BBAF72;
 }
 .BgClassName
 {
   background-color: #BBAF72;
 }
</style>
border-color css

<style>
 span { border-color: #BBAF72; }

 span { border-color: rgb(187,175,114); }

 td.TdClassName
 {
   border-color: #BBAF72;
 }
 .TagClassName
 {
   border-color: #BBAF72;
 }
</style>