#B3994D

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

Shades of Husk #B3994D

Tints of Husk #B3994D

Color information

#B3994D (or 0xB3994D) is unknown color: approx Husk. HEX triplet: B3, 99 and 4D. RGB value is (179,153,77). Sum of RGB (Red+Green+Blue) = 179+153+77=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3994D is #4C66B2. Grayscale: #989898. Windows color (decimal): -5007027 or 5085619. OLE color: 5085619.

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

Color convert

RGB17915377-
CMYK00.150.570.30
HSL44.71º40.16%50.2%-
HSV(B)44.71º56.98%70.2%-
XYZ31.3232.911.72-
YUV152.1185.61147.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=43.77%
G=37.41%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791537700.150.570.3044.7140.1650.2
HexB3994D0F391E2d2832
Octal2632311150177136555062
Binary101100111001100110011010111111100111110101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3994D; }

 p { color: rgb(179,153,77); }

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

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

 a { background-color: rgb(179,153,77); }

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

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

 span { border-color: rgb(179,153,77); }

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