#BCB466

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

Shades of Dark Khaki #BCB466

Tints of Dark Khaki #BCB466

Color information

#BCB466 (or 0xBCB466) is unknown color: approx Dark Khaki. HEX triplet: BC, B4 and 66. RGB value is (188,180,102). Sum of RGB (Red+Green+Blue) = 188+180+102=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB466 is #434B99. Grayscale: #ADADAD. Windows color (decimal): -4410266 or 6730940. OLE color: 6730940.

HSL color Cylindrical-coordinate representation of color #BCB466: hue angle of 54.42º 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 #BCB466 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188180102-
CMYK00.040.460.26
HSL54.42º39.09%56.86%-
HSV(B)54.42º45.74%73.73%-
XYZ39.4644.2919.04-
YUV173.587.65138.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=40%
G=38.30%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818010200.040.460.2654.4239.0956.86
HexBCB466042E1A362739
Octal274264146045632664771
Binary10111100101101001100110010010111011010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB466; }

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

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

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

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

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

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

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

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