#B3924E

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

Shades of Husk #B3924E

Tints of Husk #B3924E

Color information

#B3924E (or 0xB3924E) is unknown color: approx Husk. HEX triplet: B3, 92 and 4E. RGB value is (179,146,78). Sum of RGB (Red+Green+Blue) = 179+146+78=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3924E is #4C6DB1. Grayscale: #949494. Windows color (decimal): -5008818 or 5149363. OLE color: 5149363.

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

Color convert

RGB17914678-
CMYK00.180.560.30
HSL40.4º39.92%50.39%-
HSV(B)40.4º56.42%70.2%-
XYZ30.2430.6911.54-
YUV148.1288.43150.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=44.42%
G=36.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791467800.180.560.3040.439.9250.39
HexB3924E012381E282832
Octal2632221160227036505062
Binary1011001110010010100111001001011100011110101000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3924E; }

 p { color: rgb(179,146,78); }

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

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

 a { background-color: rgb(179,146,78); }

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

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

 span { border-color: rgb(179,146,78); }

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