#B79732

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

Shades of Nugget #B79732

Tints of Nugget #B79732

Color information

#B79732 (or 0xB79732) is unknown color: approx Nugget. HEX triplet: B7, 97 and 32. RGB value is (183,151,50). Sum of RGB (Red+Green+Blue) = 183+151+50=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79732 is #4868CD. Grayscale: #959595. Windows color (decimal): -4745422 or 3315639. OLE color: 3315639.

HSL color Cylindrical-coordinate representation of color #B79732: hue angle of 45.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B79732 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18315150-
CMYK00.170.730.28
HSL45.56º57.08%45.69%-
HSV(B)45.56º72.68%71.76%-
XYZ31.1732.437.63-
YUV149.0572.1152.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 50 (19.92% from 255) = 13.02%
R=47.66%
G=39.32%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831515000.170.730.2845.5657.0845.69
HexB79732011491C2e392e
Octal2672276202111134567156
Binary1011011110010111110010010001100100111100101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79732; }

 p { color: rgb(183,151,50); }

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

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

 a { background-color: rgb(183,151,50); }

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

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

 span { border-color: rgb(183,151,50); }

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