Html Css Color HEX #B58C2A Nugget

📋 copy color: '#B58C2A'

red 181 ◦ green 140 ◦ blue 42

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

Shades of Nugget #B58C2A

Tints of Nugget #B58C2A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 49.86%
G = 38.57%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B58C2A (or 0xB58C2A) is known color: Nugget. HEX triplet: B5, 8C and 2A. RGB value is (181,140,42). Sum of RGB (Red+Green+Blue) = 181+140+42=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C2A is #4A73D5. Grayscale: #8D8D8D. Windows color (decimal): -4879318 or 2788533. OLE color: 2788533.

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

Color convert

RGB 181 140 42 -
CMYK 0 0.23 0.77 0.29
HSL 42.3º 0.62% 0.44% -
HSV(B) 42.3º 0.77% 0.71% -
XYZ 28.85 28.75 6.22 -
YUV 141.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 181 140 42 0 0.23 0.77 0.29 42.3 0.62 0.44
Hex B5 8C 2A 0 17 4D 1D 2A 3E 2C
Octal 265 214 52 0 27 115 35 52 76 54
Binary 10110101 10001100 101010 0 10111 1001101 11101 101010 111110 101100

Color Harmonies of #B58C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C2A

Black with #B58C2A

Text Example


Text Example

White with #B58C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C2A; }

 p { color: rgb(181,140,42); }

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

background-color css

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

 a { background-color: rgb(181,140,42); }

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

border-color css

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

 span { border-color: rgb(181,140,42); }

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