#BCB875

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

Shades of Dark Khaki #BCB875

Tints of Dark Khaki #BCB875

Color information

#BCB875 (or 0xBCB875) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 75. RGB value is (188,184,117). Sum of RGB (Red+Green+Blue) = 188+184+117=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB875 is #43478A. Grayscale: #B1B1B1. Windows color (decimal): -4409227 or 7715004. OLE color: 7715004.

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

Color convert

RGB188184117-
CMYK00.020.380.26
HSL56.62º34.63%59.8%-
HSV(B)56.62º37.77%73.73%-
XYZ41.0946.2623.59-
YUV177.5693.83135.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=38.45%
G=37.63%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818411700.020.380.2656.6234.6359.8
HexBCB87502261A39233c
Octal274270165024632714374
Binary1011110010111000111010101010011011010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB875; }

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

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

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

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

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

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

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

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