#b5944c

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

Shades of Husk #B5944C

Tints of Husk #B5944C

Color information

#B5944C (or 0xB5944C) is unknown color: approx Husk. HEX triplet: B5, 94 and 4C. RGB value is (181,148,76). Sum of RGB (Red+Green+Blue) = 181+148+76=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5944C is #4A6BB3. Grayscale: #959595. Windows color (decimal): -4877236 or 5018805. OLE color: 5018805.

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

Color convert

RGB18114876-
CMYK00.180.580.29
HSL41.14º41.5%50.39%-
HSV(B)41.14º58.01%70.98%-
XYZ30.9531.5311.29-
YUV149.6686.43150.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=44.69%
G=36.54%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811487600.180.580.2941.1441.550.39
HexB5944C0123A1D292a32
Octal2652241140227235515262
Binary1011010110010100100110001001011101011101101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5944c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5944c; }

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

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

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

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

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

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

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

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