#B79531

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

Shades of Nugget #B79531

Tints of Nugget #B79531

Color information

#B79531 (or 0xB79531) is unknown color: approx Nugget. HEX triplet: B7, 95 and 31. RGB value is (183,149,49). Sum of RGB (Red+Green+Blue) = 183+149+49=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B79531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79531 is #486ACE. Grayscale: #949494. Windows color (decimal): -4745935 or 3249591. OLE color: 3249591.

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

Color convert

RGB18314949-
CMYK00.190.730.28
HSL44.78º57.76%45.49%-
HSV(B)44.78º73.22%71.76%-
XYZ30.8331.787.42-
YUV147.7772.26153.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 49 (19.53% from 255) = 12.86%
R=48.03%
G=39.11%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831494900.190.730.2844.7857.7645.49
HexB79531013491C2d3a2d
Octal2672256102311134557255
Binary1011011110010101110001010011100100111100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79531; }

 p { color: rgb(183,149,49); }

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

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

 a { background-color: rgb(183,149,49); }

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

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

 span { border-color: rgb(183,149,49); }

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