#BBAC71

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

Shades of Dark Khaki #BBAC71

Tints of Dark Khaki #BBAC71

Color information

#BBAC71 (or 0xBBAC71) is unknown color: approx Dark Khaki. HEX triplet: BB, AC and 71. RGB value is (187,172,113). Sum of RGB (Red+Green+Blue) = 187+172+113=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC71 is #44538E. Grayscale: #AAAAAA. Windows color (decimal): -4477839 or 7449787. OLE color: 7449787.

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

Color convert

RGB187172113-
CMYK00.080.400.27
HSL47.84º35.24%58.82%-
HSV(B)47.84º39.57%73.33%-
XYZ38.2341.2621.57-
YUV169.7695.97140.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=39.62%
G=36.44%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717211300.080.400.2747.8435.2458.82
HexBBAC7108281B30233b
Octal2732541610105033604373
Binary101110111010110011100010100010100011011110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC71; }

 p { color: rgb(187,172,113); }

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

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

 a { background-color: rgb(187,172,113); }

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

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

 span { border-color: rgb(187,172,113); }

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