Html Css Color HEX #B58E2C Nugget

📋 copy color: '#B58E2C'

red 181 ◦ green 142 ◦ blue 44

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

Shades of Nugget #B58E2C

Tints of Nugget #B58E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 49.32%
G = 38.69%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B58E2C (or 0xB58E2C) is known color: Nugget. HEX triplet: B5, 8E and 2C. RGB value is (181,142,44). Sum of RGB (Red+Green+Blue) = 181+142+44=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E2C is #4A71D3. Grayscale: #8E8E8E. Windows color (decimal): -4878804 or 2920117. OLE color: 2920117.

HSL color Cylindrical-coordinate representation of color #B58E2C: hue angle of 42.92º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B58E2C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 142 44 -
CMYK 0 0.22 0.76 0.29
HSL 42.92º 0.61% 0.44% -
HSV(B) 42.92º 0.76% 0.71% -
XYZ 29.18 29.35 6.51 -
YUV 142.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 181 142 44 0 0.22 0.76 0.29 42.92 0.61 0.44
Hex B5 8E 2C 0 16 4C 1D 2B 3D 2C
Octal 265 216 54 0 26 114 35 53 75 54
Binary 10110101 10001110 101100 0 10110 1001100 11101 101011 111101 101100

Color Harmonies of #B58E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E2C

Black with #B58E2C

Text Example


Text Example

White with #B58E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E2C; }

 p { color: rgb(181,142,44); }

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

background-color css

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

 a { background-color: rgb(181,142,44); }

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

border-color css

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

 span { border-color: rgb(181,142,44); }

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