#B59430

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

Shades of Nugget #B59430

Tints of Nugget #B59430

Color information

#B59430 (or 0xB59430) is unknown color: approx Nugget. HEX triplet: B5, 94 and 30. RGB value is (181,148,48). Sum of RGB (Red+Green+Blue) = 181+148+48=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B59430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59430 is #4A6BCF. Grayscale: #929292. Windows color (decimal): -4877264 or 3183797. OLE color: 3183797.

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

Color convert

RGB18114848-
CMYK00.180.730.29
HSL45.11º58.08%44.9%-
HSV(B)45.11º73.48%70.98%-
XYZ30.1831.227.23-
YUV146.4772.43152.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=48.01%
G=39.26%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811484800.180.730.2945.1158.0844.9
HexB59430012491D2d3a2d
Octal2652246002211135557255
Binary1011010110010100110000010010100100111101101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59430; }

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

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

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

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

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

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

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

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