#b79630

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

Shades of Nugget #B79630

Tints of Nugget #B79630

Color information

#B79630 (or 0xB79630) is unknown color: approx Nugget. HEX triplet: B7, 96 and 30. RGB value is (183,150,48). Sum of RGB (Red+Green+Blue) = 183+150+48=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B79630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79630 is #4869CF. Grayscale: #949494. Windows color (decimal): -4745680 or 3184311. OLE color: 3184311.

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

Color convert

RGB18315048-
CMYK00.180.740.28
HSL45.33º58.44%45.29%-
HSV(B)45.33º73.77%71.76%-
XYZ30.9732.097.36-
YUV148.2471.43152.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 48 (19.14% from 255) = 12.60%
R=48.03%
G=39.37%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831504800.180.740.2845.3358.4445.29
HexB796300124A1C2d3a2d
Octal2672266002211234557255
Binary1011011110010110110000010010100101011100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79630; }

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

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

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

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

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

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

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

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