#B5954F

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

Shades of Husk #B5954F

Tints of Husk #B5954F

Color information

#B5954F (or 0xB5954F) is unknown color: approx Husk. HEX triplet: B5, 95 and 4F. RGB value is (181,149,79). Sum of RGB (Red+Green+Blue) = 181+149+79=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5954F is #4A6AB0. Grayscale: #969696. Windows color (decimal): -4876977 or 5215669. OLE color: 5215669.

HSL color Cylindrical-coordinate representation of color #B5954F: hue angle of 41.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5954F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18114979-
CMYK00.180.560.29
HSL41.18º40.8%50.98%-
HSV(B)41.18º56.35%70.98%-
XYZ31.2131.8811.91-
YUV150.5987.6149.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=44.25%
G=36.43%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811497900.180.560.2941.1840.850.98
HexB5954F012381D292933
Octal2652251170227035515163
Binary1011010110010101100111101001011100011101101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5954F; }

 p { color: rgb(181,149,79); }

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

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

 a { background-color: rgb(181,149,79); }

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

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

 span { border-color: rgb(181,149,79); }

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