#BCB877

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

Shades of Dark Khaki #BCB877

Tints of Dark Khaki #BCB877

Color information

#BCB877 (or 0xBCB877) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 77. RGB value is (188,184,119). Sum of RGB (Red+Green+Blue) = 188+184+119=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB877 is #434788. Grayscale: #B2B2B2. Windows color (decimal): -4409225 or 7846076. OLE color: 7846076.

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

Color convert

RGB188184119-
CMYK00.020.370.26
HSL56.52º33.99%60.2%-
HSV(B)56.52º36.7%73.73%-
XYZ41.2146.324.22-
YUV177.7994.83135.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=38.29%
G=37.47%
B=24.24%

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
Decimal18818411900.020.370.2656.5233.9960.2
HexBCB87702251A39223c
Octal274270167024532714274
Binary1011110010111000111011101010010111010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB877; }

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

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

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

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

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

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

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

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