#B3984F

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

Shades of Husk #B3984F

Tints of Husk #B3984F

Color information

#B3984F (or 0xB3984F) is unknown color: approx Husk. HEX triplet: B3, 98 and 4F. RGB value is (179,152,79). Sum of RGB (Red+Green+Blue) = 179+152+79=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3984F is #4C67B0. Grayscale: #989898. Windows color (decimal): -5007281 or 5216435. OLE color: 5216435.

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

Color convert

RGB17915279-
CMYK00.150.560.30
HSL43.8º39.68%50.59%-
HSV(B)43.8º55.87%70.2%-
XYZ31.2332.612.04-
YUV151.7586.95147.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=43.66%
G=37.07%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791527900.150.560.3043.839.6850.59
HexB3984F0F381E2c2833
Octal2632301170177036545063
Binary101100111001100010011110111111100011110101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3984F; }

 p { color: rgb(179,152,79); }

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

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

 a { background-color: rgb(179,152,79); }

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

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

 span { border-color: rgb(179,152,79); }

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