#B3954A

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

Shades of Husk #B3954A

Tints of Husk #B3954A

Color information

#B3954A (or 0xB3954A) is unknown color: approx Husk. HEX triplet: B3, 95 and 4A. RGB value is (179,149,74). Sum of RGB (Red+Green+Blue) = 179+149+74=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3954A is #4C6AB5. Grayscale: #959595. Windows color (decimal): -5008054 or 4887987. OLE color: 4887987.

HSL color Cylindrical-coordinate representation of color #B3954A: hue angle of 42.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3954A is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17914974-
CMYK00.170.590.30
HSL42.86º41.5%49.61%-
HSV(B)42.86º58.66%70.2%-
XYZ30.5731.5710.96-
YUV149.4285.44149.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=44.53%
G=37.06%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791497400.170.590.3042.8641.549.61
HexB3954A0113B1E2b2a32
Octal2632251120217336535262
Binary1011001110010101100101001000111101111110101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3954A; }

 p { color: rgb(179,149,74); }

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

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

 a { background-color: rgb(179,149,74); }

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

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

 span { border-color: rgb(179,149,74); }

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