#BCB275

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

Shades of Dark Khaki #BCB275

Tints of Dark Khaki #BCB275

Color information

#BCB275 (or 0xBCB275) is unknown color: approx Dark Khaki. HEX triplet: BC, B2 and 75. RGB value is (188,178,117). Sum of RGB (Red+Green+Blue) = 188+178+117=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB275 is #434D8A. Grayscale: #AEAEAE. Windows color (decimal): -4410763 or 7713468. OLE color: 7713468.

HSL color Cylindrical-coordinate representation of color #BCB275: hue angle of 51.55º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB275 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188178117-
CMYK00.050.380.26
HSL51.55º34.63%59.8%-
HSV(B)51.55º37.77%73.73%-
XYZ39.8743.8223.19-
YUV174.0495.81137.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=38.92%
G=36.85%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817811700.050.380.2651.5534.6359.8
HexBCB27505261A34233c
Octal274262165054632644374
Binary10111100101100101110101010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB275; }

 p { color: rgb(188,178,117); }

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

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

 a { background-color: rgb(188,178,117); }

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

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

 span { border-color: rgb(188,178,117); }

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