#B58A23

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

Shades of Nugget #B58A23

Tints of Nugget #B58A23

Color information

#B58A23 (or 0xB58A23) is unknown color: approx Nugget. HEX triplet: B5, 8A and 23. RGB value is (181,138,35). Sum of RGB (Red+Green+Blue) = 181+138+35=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A23 is #4A75DC. Grayscale: #8B8B8B. Windows color (decimal): -4879837 or 2329269. OLE color: 2329269.

HSL color Cylindrical-coordinate representation of color #B58A23: hue angle of 42.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58A23 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18113835-
CMYK00.240.810.29
HSL42.33º67.59%42.35%-
HSV(B)42.33º80.66%70.98%-
XYZ28.4528.125.52-
YUV139.1269.25157.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 35 (14.06% from 255) = 9.89%
R=51.13%
G=38.98%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811383500.240.810.2942.3367.5942.35
HexB58A23018511D2a442a
Octal26521243030121355210452
Binary10110101100010101000110110001010001111011010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A23; }

 p { color: rgb(181,138,35); }

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

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

 a { background-color: rgb(181,138,35); }

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

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

 span { border-color: rgb(181,138,35); }

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