#B59330

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

Shades of Nugget #B59330

Tints of Nugget #B59330

Color information

#B59330 (or 0xB59330) is unknown color: approx Nugget. HEX triplet: B5, 93 and 30. RGB value is (181,147,48). Sum of RGB (Red+Green+Blue) = 181+147+48=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B59330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59330 is #4A6CCF. Grayscale: #929292. Windows color (decimal): -4877520 or 3183541. OLE color: 3183541.

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

Color convert

RGB18114748-
CMYK00.190.730.29
HSL44.66º58.08%44.9%-
HSV(B)44.66º73.48%70.98%-
XYZ30.0230.97.18-
YUV145.8872.76153.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=48.14%
G=39.10%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811474800.190.730.2944.6658.0844.9
HexB59330013491D2d3a2d
Octal2652236002311135557255
Binary1011010110010011110000010011100100111101101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59330; }

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

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

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

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

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

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

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

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