#B59029

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

Shades of Nugget #B59029

Tints of Nugget #B59029

Color information

#B59029 (or 0xB59029) is unknown color: approx Nugget. HEX triplet: B5, 90 and 29. RGB value is (181,144,41). Sum of RGB (Red+Green+Blue) = 181+144+41=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B59029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59029 is #4A6FD6. Grayscale: #8F8F8F. Windows color (decimal): -4878295 or 2724021. OLE color: 2724021.

HSL color Cylindrical-coordinate representation of color #B59029: hue angle of 44.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B59029 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18114441-
CMYK00.200.770.29
HSL44.14º63.06%43.53%-
HSV(B)44.14º77.35%70.98%-
XYZ29.4329.936.32-
YUV143.3270.26154.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 41 (16.41% from 255) = 11.20%
R=49.45%
G=39.34%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811444100.200.770.2944.1463.0643.53
HexB590290144D1D2c3f2c
Octal2652205102411535547754
Binary1011010110010000101001010100100110111101101100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59029; }

 p { color: rgb(181,144,41); }

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

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

 a { background-color: rgb(181,144,41); }

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

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

 span { border-color: rgb(181,144,41); }

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