#BCB776

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

Shades of Dark Khaki #BCB776

Tints of Dark Khaki #BCB776

Color information

#BCB776 (or 0xBCB776) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 76. RGB value is (188,183,118). Sum of RGB (Red+Green+Blue) = 188+183+118=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB776 is #434889. Grayscale: #B1B1B1. Windows color (decimal): -4409482 or 7780284. OLE color: 7780284.

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

Color convert

RGB188183118-
CMYK00.030.370.26
HSL55.71º34.31%60%-
HSV(B)55.71º37.23%73.73%-
XYZ40.9445.8723.83-
YUV177.0894.66135.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=38.45%
G=37.42%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818311800.030.370.2655.7134.3160
HexBCB77603251A38223c
Octal274267166034532704274
Binary1011110010110111111011001110010111010111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB776; }

 p { color: rgb(188,183,118); }

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

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

 a { background-color: rgb(188,183,118); }

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

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

 span { border-color: rgb(188,183,118); }

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