Html Css Color HEX #B58820 Nugget

📋 copy color: '#B58820'

red 181 ◦ green 136 ◦ blue 32

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

Shades of Nugget #B58820

Tints of Nugget #B58820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

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

R = 51.86%
G = 38.97%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B58820 (or 0xB58820) is known color: Nugget. HEX triplet: B5, 88 and 20. RGB value is (181,136,32). Sum of RGB (Red+Green+Blue) = 181+136+32=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B58820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58820 is #4A77DF. Grayscale: #8A8A8A. Windows color (decimal): -4880352 or 2132149. OLE color: 2132149.

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

Color convert

RGB 181 136 32 -
CMYK 0 0.25 0.82 0.29
HSL 41.88º 0.7% 0.42% -
HSV(B) 41.88º 0.82% 0.71% -
XYZ 28.12 27.54 5.2 -
YUV 137.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 181 136 32 0 0.25 0.82 0.29 41.88 0.7 0.42
Hex B5 88 20 0 19 52 1D 2A 46 2A
Octal 265 210 40 0 31 122 35 52 106 52
Binary 10110101 10001000 100000 0 11001 1010010 11101 101010 1000110 101010

Color Harmonies of #B58820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58820

Black with #B58820

Text Example


Text Example

White with #B58820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58820; }

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

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

background-color css

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

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

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

border-color css

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

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

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