#BC9C51

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

Shades of Husk #BC9C51

Tints of Husk #BC9C51

Color information

#BC9C51 (or 0xBC9C51) is unknown color: approx Husk. HEX triplet: BC, 9C and 51. RGB value is (188,156,81). Sum of RGB (Red+Green+Blue) = 188+156+81=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C51 is #4363AE. Grayscale: #9D9D9D. Windows color (decimal): -4416431 or 5348540. OLE color: 5348540.

HSL color Cylindrical-coordinate representation of color #BC9C51: hue angle of 42.06º degrees, saturation: 0.44, 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 #BC9C51 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18815681-
CMYK00.170.570.26
HSL42.06º44.4%52.75%-
HSV(B)42.06º56.91%73.73%-
XYZ34.1135.0612.75-
YUV157.0285.1150.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=44.24%
G=36.71%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881568100.170.570.2642.0644.452.75
HexBC9C51011391A2a2c35
Octal2742341210217132525465
Binary1011110010011100101000101000111100111010101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C51; }

 p { color: rgb(188,156,81); }

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

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

 a { background-color: rgb(188,156,81); }

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

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

 span { border-color: rgb(188,156,81); }

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