#B79C52

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

Shades of Husk #B79C52

Tints of Husk #B79C52

Color information

#B79C52 (or 0xB79C52) is unknown color: approx Husk. HEX triplet: B7, 9C and 52. RGB value is (183,156,82). Sum of RGB (Red+Green+Blue) = 183+156+82=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C52 is #4863AD. Grayscale: #9B9B9B. Windows color (decimal): -4744110 or 5414071. OLE color: 5414071.

HSL color Cylindrical-coordinate representation of color #B79C52: hue angle of 43.96º 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 #B79C52 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18315682-
CMYK00.150.550.28
HSL43.96º41.22%51.96%-
HSV(B)43.96º55.19%71.76%-
XYZ32.9434.4512.9-
YUV155.6486.45147.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=43.47%
G=37.05%
B=19.48%

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
Decimal1831568200.150.550.2843.9641.2251.96
HexB79C520F371C2c2934
Octal2672341220176734545164
Binary101101111001110010100100111111011111100101100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C52; }

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

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

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

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

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

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

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

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