Html Css Color HEX #B58B2C Nugget

📋 copy color: '#B58B2C'

red 181 ◦ green 139 ◦ blue 44

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

Shades of Nugget #B58B2C

Tints of Nugget #B58B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 49.73%
G = 38.19%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B58B2C (or 0xB58B2C) is known color: Nugget. HEX triplet: B5, 8B and 2C. RGB value is (181,139,44). Sum of RGB (Red+Green+Blue) = 181+139+44=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B2C is #4A74D3. Grayscale: #8D8D8D. Windows color (decimal): -4879572 or 2919349. OLE color: 2919349.

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

Color convert

RGB 181 139 44 -
CMYK 0 0.23 0.76 0.29
HSL 41.61º 0.61% 0.44% -
HSV(B) 41.61º 0.76% 0.71% -
XYZ 28.74 28.47 6.36 -
YUV 140.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 181 139 44 0 0.23 0.76 0.29 41.61 0.61 0.44
Hex B5 8B 2C 0 17 4C 1D 2A 3D 2C
Octal 265 213 54 0 27 114 35 52 75 54
Binary 10110101 10001011 101100 0 10111 1001100 11101 101010 111101 101100

Color Harmonies of #B58B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B2C

Black with #B58B2C

Text Example


Text Example

White with #B58B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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