#BCBB67

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

Shades of Dark Khaki #BCBB67

Tints of Dark Khaki #BCBB67

Color information

#BCBB67 (or 0xBCBB67) is unknown color: approx Dark Khaki. HEX triplet: BC, BB and 67. RGB value is (188,187,103). Sum of RGB (Red+Green+Blue) = 188+187+103=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB67 is #434498. Grayscale: #B2B2B2. Windows color (decimal): -4408473 or 6798268. OLE color: 6798268.

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

Color convert

RGB188187103-
CMYK00.010.450.26
HSL59.29º38.81%57.06%-
HSV(B)59.29º45.21%73.73%-
XYZ40.9647.2119.79-
YUV177.7285.83135.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=39.33%
G=39.12%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818710300.010.450.2659.2938.8157.06
HexBCBB67012D1A3b2739
Octal274273147015532734771
Binary101111001011101111001110110110111010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB67; }

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

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

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

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

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

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

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

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