#BCB564

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

Shades of Dark Khaki #BCB564

Tints of Dark Khaki #BCB564

Color information

#BCB564 (or 0xBCB564) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 64. RGB value is (188,181,100). Sum of RGB (Red+Green+Blue) = 188+181+100=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB564 is #434A9B. Grayscale: #AEAEAE. Windows color (decimal): -4410012 or 6600124. OLE color: 6600124.

HSL color Cylindrical-coordinate representation of color #BCB564: hue angle of 55.23º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB564 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB188181100-
CMYK00.040.470.26
HSL55.23º39.64%56.47%-
HSV(B)55.23º46.81%73.73%-
XYZ39.5644.6618.59-
YUV173.8686.32138.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=40.09%
G=38.59%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818110000.040.470.2655.2339.6456.47
HexBCB564042F1A372838
Octal274265144045732675070
Binary10111100101101011100100010010111111010110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB564; }

 p { color: rgb(188,181,100); }

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

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

 a { background-color: rgb(188,181,100); }

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

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

 span { border-color: rgb(188,181,100); }

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