#BCBB6F

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

Shades of Dark Khaki #BCBB6F

Tints of Dark Khaki #BCBB6F

Color information

#BCBB6F (or 0xBCBB6F) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 6F. RGB value is (188,187,111). Sum of RGB (Red+Green+Blue) = 188+187+111=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB6F is #434490. Grayscale: #B2B2B2. Windows color (decimal): -4408465 or 7322556. OLE color: 7322556.

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

Color convert

RGB188187111-
CMYK00.010.410.26
HSL59.22º36.49%58.63%-
HSV(B)59.22º40.96%73.73%-
XYZ41.3847.3822-
YUV178.6489.83134.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=38.68%
G=38.48%
B=22.84%

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
Decimal18818711100.010.410.2659.2236.4958.63
HexBCBB6F01291A3b243b
Octal274273157015132734473
Binary101111001011101111011110110100111010111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB6F; }

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

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

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

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

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

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

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

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