#BCB565

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

Shades of Dark Khaki #BCB565

Tints of Dark Khaki #BCB565

Color information

#BCB565 (or 0xBCB565) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 65. RGB value is (188,181,101). Sum of RGB (Red+Green+Blue) = 188+181+101=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB565 is #434A9A. Grayscale: #AEAEAE. Windows color (decimal): -4410011 or 6665660. OLE color: 6665660.

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

Color convert

RGB188181101-
CMYK00.040.460.26
HSL55.17º39.37%56.67%-
HSV(B)55.17º46.28%73.73%-
XYZ39.6144.6818.85-
YUV173.9786.82138-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=40%
G=38.51%
B=21.49%

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
Decimal18818110100.040.460.2655.1739.3756.67
HexBCB565042E1A372739
Octal274265145045632674771
Binary10111100101101011100101010010111011010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB565; }

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

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

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

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

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

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

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

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