#BCBB72

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

Shades of Dark Khaki #BCBB72

Tints of Dark Khaki #BCBB72

Color information

#BCBB72 (or 0xBCBB72) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 72. RGB value is (188,187,114). Sum of RGB (Red+Green+Blue) = 188+187+114=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB72 is #43448D. Grayscale: #B3B3B3. Windows color (decimal): -4408462 or 7519164. OLE color: 7519164.

HSL color Cylindrical-coordinate representation of color #BCBB72: hue angle of 59.19º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBB72 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188187114-
CMYK00.010.390.26
HSL59.19º35.58%59.22%-
HSV(B)59.19º39.36%73.73%-
XYZ41.5547.4522.89-
YUV178.9891.33134.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=38.45%
G=38.24%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818711400.010.390.2659.1935.5859.22
HexBCBB7201271A3b243b
Octal274273162014732734473
Binary101111001011101111100100110011111010111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB72; }

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

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

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

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

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

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

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

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