Html Css Color HEX #B58A2A Nugget

📋 copy color: '#B58A2A'

red 181 ◦ green 138 ◦ blue 42

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

Shades of Nugget #B58A2A

Tints of Nugget #B58A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 50.14%
G = 38.23%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B58A2A (or 0xB58A2A) is known color: Nugget. HEX triplet: B5, 8A and 2A. RGB value is (181,138,42). Sum of RGB (Red+Green+Blue) = 181+138+42=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A2A is #4A75D5. Grayscale: #8C8C8C. Windows color (decimal): -4879830 or 2788021. OLE color: 2788021.

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

Color convert

RGB 181 138 42 -
CMYK 0 0.24 0.77 0.29
HSL 41.44º 0.62% 0.44% -
HSV(B) 41.44º 0.77% 0.71% -
XYZ 28.56 28.17 6.12 -
YUV 139.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 181 138 42 0 0.24 0.77 0.29 41.44 0.62 0.44
Hex B5 8A 2A 0 18 4D 1D 29 3E 2C
Octal 265 212 52 0 30 115 35 51 76 54
Binary 10110101 10001010 101010 0 11000 1001101 11101 101001 111110 101100

Color Harmonies of #B58A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A2A

Black with #B58A2A

Text Example


Text Example

White with #B58A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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