#BC9F54

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

Shades of Husk #BC9F54

Tints of Husk #BC9F54

Color information

#BC9F54 (or 0xBC9F54) is unknown color: approx Husk. HEX triplet: BC, 9F and 54. RGB value is (188,159,84). Sum of RGB (Red+Green+Blue) = 188+159+84=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F54 is #4360AB. Grayscale: #9F9F9F. Windows color (decimal): -4415660 or 5545916. OLE color: 5545916.

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

Color convert

RGB18815984-
CMYK00.150.550.26
HSL43.27º43.7%53.33%-
HSV(B)43.27º55.32%73.73%-
XYZ34.7436.1313.53-
YUV159.1285.61148.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=43.62%
G=36.89%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881598400.150.550.2643.2743.753.33
HexBC9F540F371A2b2c35
Octal2742371240176732535465
Binary101111001001111110101000111111011111010101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F54; }

 p { color: rgb(188,159,84); }

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

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

 a { background-color: rgb(188,159,84); }

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

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

 span { border-color: rgb(188,159,84); }

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