#BCB175

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

Shades of Dark Khaki #BCB175

Tints of Dark Khaki #BCB175

Color information

#BCB175 (or 0xBCB175) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 75. RGB value is (188,177,117). Sum of RGB (Red+Green+Blue) = 188+177+117=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB175 is #434E8A. Grayscale: #ADADAD. Windows color (decimal): -4411019 or 7713212. OLE color: 7713212.

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

Color convert

RGB188177117-
CMYK00.060.380.26
HSL50.7º34.63%59.8%-
HSV(B)50.7º37.77%73.73%-
XYZ39.6743.4223.12-
YUV173.4596.14138.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=39.00%
G=36.72%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817711700.060.380.2650.734.6359.8
HexBCB17506261A33233c
Octal274261165064632634374
Binary10111100101100011110101011010011011010110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB175; }

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

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

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

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

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

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

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

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