#B79B52

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

Shades of Husk #B79B52

Tints of Husk #B79B52

Color information

#B79B52 (or 0xB79B52) is unknown color: approx Husk. HEX triplet: B7, 9B and 52. RGB value is (183,155,82). Sum of RGB (Red+Green+Blue) = 183+155+82=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B52 is #4864AD. Grayscale: #9B9B9B. Windows color (decimal): -4744366 or 5413815. OLE color: 5413815.

HSL color Cylindrical-coordinate representation of color #B79B52: hue angle of 43.37º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B79B52 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18315582-
CMYK00.150.550.28
HSL43.37º41.22%51.96%-
HSV(B)43.37º55.19%71.76%-
XYZ32.7734.1212.84-
YUV155.0586.78147.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=43.57%
G=36.90%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831558200.150.550.2843.3741.2251.96
HexB79B520F371C2b2934
Octal2672331220176734535164
Binary101101111001101110100100111111011111100101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B52; }

 p { color: rgb(183,155,82); }

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

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

 a { background-color: rgb(183,155,82); }

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

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

 span { border-color: rgb(183,155,82); }

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