#BC9D50

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

Shades of Husk #BC9D50

Tints of Husk #BC9D50

Color information

#BC9D50 (or 0xBC9D50) is unknown color: approx Husk. HEX triplet: BC, 9D and 50. RGB value is (188,157,80). Sum of RGB (Red+Green+Blue) = 188+157+80=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D50 is #4362AF. Grayscale: #9D9D9D. Windows color (decimal): -4416176 or 5283260. OLE color: 5283260.

HSL color Cylindrical-coordinate representation of color #BC9D50: hue angle of 42.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9D50 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18815780-
CMYK00.160.570.26
HSL42.78º44.63%52.55%-
HSV(B)42.78º57.45%73.73%-
XYZ34.2435.3812.61-
YUV157.4984.27149.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=44.24%
G=36.94%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881578000.160.570.2642.7844.6352.55
HexBC9D50010391A2b2d35
Octal2742351200207132535565
Binary1011110010011101101000001000011100111010101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D50; }

 p { color: rgb(188,157,80); }

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

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

 a { background-color: rgb(188,157,80); }

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

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

 span { border-color: rgb(188,157,80); }

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