#B5944F

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

Shades of Husk #B5944F

Tints of Husk #B5944F

Color information

#B5944F (or 0xB5944F) is unknown color: approx Husk. HEX triplet: B5, 94 and 4F. RGB value is (181,148,79). Sum of RGB (Red+Green+Blue) = 181+148+79=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5944F is #4A6BB0. Grayscale: #969696. Windows color (decimal): -4877233 or 5215413. OLE color: 5215413.

HSL color Cylindrical-coordinate representation of color #B5944F: hue angle of 40.59º 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 #B5944F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18114879-
CMYK00.180.560.29
HSL40.59º40.8%50.98%-
HSV(B)40.59º56.35%70.98%-
XYZ31.0631.5711.85-
YUV15087.93150.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=44.36%
G=36.27%
B=19.36%

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
Decimal1811487900.180.560.2940.5940.850.98
HexB5944F012381D292933
Octal2652241170227035515163
Binary1011010110010100100111101001011100011101101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5944F; }

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

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

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

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

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

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

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

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