#BCB977

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

Shades of Dark Khaki #BCB977

Tints of Dark Khaki #BCB977

Color information

#BCB977 (or 0xBCB977) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 77. RGB value is (188,185,119). Sum of RGB (Red+Green+Blue) = 188+185+119=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB977 is #434688. Grayscale: #B2B2B2. Windows color (decimal): -4408969 or 7846332. OLE color: 7846332.

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

Color convert

RGB188185119-
CMYK00.020.370.26
HSL57.39º33.99%60.2%-
HSV(B)57.39º36.7%73.73%-
XYZ41.4246.7224.29-
YUV178.3794.49134.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=38.21%
G=37.60%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818511900.020.370.2657.3933.9960.2
HexBCB97702251A39223c
Octal274271167024532714274
Binary1011110010111001111011101010010111010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB977; }

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

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

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

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

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

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

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

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