#BCB577

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

Shades of Dark Khaki #BCB577

Tints of Dark Khaki #BCB577

Color information

#BCB577 (or 0xBCB577) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 77. RGB value is (188,181,119). Sum of RGB (Red+Green+Blue) = 188+181+119=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB577 is #434A88. Grayscale: #B0B0B0. Windows color (decimal): -4409993 or 7845308. OLE color: 7845308.

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

Color convert

RGB188181119-
CMYK00.040.370.26
HSL53.91º33.99%60.2%-
HSV(B)53.91º36.7%73.73%-
XYZ40.5945.0724.01-
YUV176.0295.82136.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=38.52%
G=37.09%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818111900.040.370.2653.9133.9960.2
HexBCB57704251A36223c
Octal274265167044532664274
Binary10111100101101011110111010010010111010110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB577; }

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

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

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

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

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

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

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

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