#BCBB66

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

Shades of Dark Khaki #BCBB66

Tints of Dark Khaki #BCBB66

Color information

#BCBB66 (or 0xBCBB66) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 66. RGB value is (188,187,102). Sum of RGB (Red+Green+Blue) = 188+187+102=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB66 is #434499. Grayscale: #B1B1B1. Windows color (decimal): -4408474 or 6732732. OLE color: 6732732.

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

Color convert

RGB188187102-
CMYK00.010.460.26
HSL59.3º39.09%56.86%-
HSV(B)59.3º45.74%73.73%-
XYZ40.9147.1919.52-
YUV177.6185.33135.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=39.41%
G=39.20%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818710200.010.460.2659.339.0956.86
HexBCBB66012E1A3b2739
Octal274273146015632734771
Binary101111001011101111001100110111011010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB66; }

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

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

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

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

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

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

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

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