Html Css Color HEX #B58E2B Nugget

📋 copy color: '#B58E2B'

red 181 ◦ green 142 ◦ blue 43

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

Shades of Nugget #B58E2B

Tints of Nugget #B58E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 49.45%
G = 38.8%
B = 11.75%

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

#B58E2B (or 0xB58E2B) is known color: Nugget. HEX triplet: B5, 8E and 2B. RGB value is (181,142,43). Sum of RGB (Red+Green+Blue) = 181+142+43=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E2B is #4A71D4. Grayscale: #8E8E8E. Windows color (decimal): -4878805 or 2854581. OLE color: 2854581.

HSL color Cylindrical-coordinate representation of color #B58E2B: hue angle of 43.04º degrees, saturation: 0.62, 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 #B58E2B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 142 43 -
CMYK 0 0.22 0.76 0.29
HSL 43.04º 0.62% 0.44% -
HSV(B) 43.04º 0.76% 0.71% -
XYZ 29.17 29.34 6.41 -
YUV 142.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 181 142 43 0 0.22 0.76 0.29 43.04 0.62 0.44
Hex B5 8E 2B 0 16 4C 1D 2B 3E 2C
Octal 265 216 53 0 26 114 35 53 76 54
Binary 10110101 10001110 101011 0 10110 1001100 11101 101011 111110 101100

Color Harmonies of #B58E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E2B

Black with #B58E2B

Text Example


Text Example

White with #B58E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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