#BCB975

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

Shades of Dark Khaki #BCB975

Tints of Dark Khaki #BCB975

Color information

#BCB975 (or 0xBCB975) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 75. RGB value is (188,185,117). Sum of RGB (Red+Green+Blue) = 188+185+117=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB975 is #43468A. Grayscale: #B2B2B2. Windows color (decimal): -4408971 or 7715260. OLE color: 7715260.

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

Color convert

RGB188185117-
CMYK00.020.380.26
HSL57.46º34.63%59.8%-
HSV(B)57.46º37.77%73.73%-
XYZ41.346.6723.66-
YUV178.1493.49135.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=38.37%
G=37.76%
B=23.88%

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
Decimal18818511700.020.380.2657.4634.6359.8
HexBCB97502261A39233c
Octal274271165024632714374
Binary1011110010111001111010101010011011010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB975; }

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

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

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

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

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

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

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

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