Html Css Color HEX #B58B20 Nugget

📋 copy color: '#B58B20'

red 181 ◦ green 139 ◦ blue 32

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

Shades of Nugget #B58B20

Tints of Nugget #B58B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

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

R = 51.42%
G = 39.49%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B58B20 (or 0xB58B20) is known color: Nugget. HEX triplet: B5, 8B and 20. RGB value is (181,139,32). Sum of RGB (Red+Green+Blue) = 181+139+32=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B20 is #4A74DF. Grayscale: #8B8B8B. Windows color (decimal): -4879584 or 2132917. OLE color: 2132917.

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

Color convert

RGB 181 139 32 -
CMYK 0 0.23 0.82 0.29
HSL 43.09º 0.7% 0.42% -
HSV(B) 43.09º 0.82% 0.71% -
XYZ 28.55 28.39 5.34 -
YUV 139.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 181 139 32 0 0.23 0.82 0.29 43.09 0.7 0.42
Hex B5 8B 20 0 17 52 1D 2B 46 2A
Octal 265 213 40 0 27 122 35 53 106 52
Binary 10110101 10001011 100000 0 10111 1010010 11101 101011 1000110 101010

Color Harmonies of #B58B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B20

Black with #B58B20

Text Example


Text Example

White with #B58B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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