#BCBB6E

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

Shades of Dark Khaki #BCBB6E

Tints of Dark Khaki #BCBB6E

Color information

#BCBB6E (or 0xBCBB6E) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 6E. RGB value is (188,187,110). Sum of RGB (Red+Green+Blue) = 188+187+110=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB6E is #434491. Grayscale: #B2B2B2. Windows color (decimal): -4408466 or 7257020. OLE color: 7257020.

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

Color convert

RGB188187110-
CMYK00.010.410.26
HSL59.23º36.79%58.43%-
HSV(B)59.23º41.49%73.73%-
XYZ41.3247.3621.71-
YUV178.5289.33134.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=38.76%
G=38.56%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818711000.010.410.2659.2336.7958.43
HexBCBB6E01291A3b253a
Octal274273156015132734572
Binary101111001011101111011100110100111010111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB6E; }

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

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

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

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

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

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

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

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