#B79330

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

Shades of Nugget #B79330

Tints of Nugget #B79330

Color information

#B79330 (or 0xB79330) is unknown color: approx Nugget. HEX triplet: B7, 93 and 30. RGB value is (183,147,48). Sum of RGB (Red+Green+Blue) = 183+147+48=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B79330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79330 is #486CCF. Grayscale: #929292. Windows color (decimal): -4746448 or 3183543. OLE color: 3183543.

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

Color convert

RGB18314748-
CMYK00.200.740.28
HSL44º58.44%45.29%-
HSV(B)44º73.77%71.76%-
XYZ30.531.157.2-
YUV146.4872.43154.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=48.41%
G=38.89%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831474800.200.740.284458.4445.29
HexB793300144A1C2c3a2d
Octal2672236002411234547255
Binary1011011110010011110000010100100101011100101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79330; }

 p { color: rgb(183,147,48); }

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

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

 a { background-color: rgb(183,147,48); }

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

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

 span { border-color: rgb(183,147,48); }

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