#B58729

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

Shades of Nugget #B58729

Tints of Nugget #B58729

Color information

#B58729 (or 0xB58729) is unknown color: approx Nugget. HEX triplet: B5, 87 and 29. RGB value is (181,135,41). Sum of RGB (Red+Green+Blue) = 181+135+41=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B58729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58729 is #4A78D6. Grayscale: #8A8A8A. Windows color (decimal): -4880599 or 2721717. OLE color: 2721717.

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

Color convert

RGB18113541-
CMYK00.250.770.29
HSL40.29º63.06%43.53%-
HSV(B)40.29º77.35%70.98%-
XYZ28.1227.315.89-
YUV138.0473.24158.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=50.70%
G=37.82%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811354100.250.770.2940.2963.0643.53
HexB587290194D1D283f2c
Octal2652075103111535507754
Binary1011010110000111101001011001100110111101101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58729; }

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

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

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

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

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

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

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

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