Html Css Color HEX #B58920 Nugget

📋 copy color: '#B58920'

red 181 ◦ green 137 ◦ blue 32

#B58920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #B58920

Tints of Nugget #B58920

RGB

 RED value IS 181 (71.09% from 255) = 51.71%

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 51.71%
G = 39.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B58920 (or 0xB58920) is known color: Nugget. HEX triplet: B5, 89 and 20. RGB value is (181,137,32). Sum of RGB (Red+Green+Blue) = 181+137+32=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B58920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58920 is #4A76DF. Grayscale: #8A8A8A. Windows color (decimal): -4880096 or 2132405. OLE color: 2132405.

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

Color convert

RGB 181 137 32 -
CMYK 0 0.24 0.82 0.29
HSL 42.28º 0.7% 0.42% -
HSV(B) 42.28º 0.82% 0.71% -
XYZ 28.26 27.82 5.25 -
YUV 138.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 181 137 32 0 0.24 0.82 0.29 42.28 0.7 0.42
Hex B5 89 20 0 18 52 1D 2A 46 2A
Octal 265 211 40 0 30 122 35 52 106 52
Binary 10110101 10001001 100000 0 11000 1010010 11101 101010 1000110 101010

Color Harmonies of #B58920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58920

Black with #B58920

Text Example


Text Example

White with #B58920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58920; }

 p { color: rgb(181,137,32); }

 H1.HeaderClassName
 {
   color: #B58920;
 }
 .AnyTagClassName
 {
   color: #B58920;
 }
</style>

background-color css

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

 a { background-color: rgb(181,137,32); }

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

border-color css

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

 span { border-color: rgb(181,137,32); }

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