Html Css Color HEX #B58B29 Nugget

📋 copy color: '#B58B29'

red 181 ◦ green 139 ◦ blue 41

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

Shades of Nugget #B58B29

Tints of Nugget #B58B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 50.14%
G = 38.5%
B = 11.36%

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

#B58B29 (or 0xB58B29) is known color: Nugget. HEX triplet: B5, 8B and 29. RGB value is (181,139,41). Sum of RGB (Red+Green+Blue) = 181+139+41=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B29 is #4A74D6. Grayscale: #8C8C8C. Windows color (decimal): -4879575 or 2722741. OLE color: 2722741.

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

Color convert

RGB 181 139 41 -
CMYK 0 0.23 0.77 0.29
HSL 42º 0.63% 0.44% -
HSV(B) 42º 0.77% 0.71% -
XYZ 28.69 28.45 6.08 -
YUV 140.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 181 139 41 0 0.23 0.77 0.29 42 0.63 0.44
Hex B5 8B 29 0 17 4D 1D 2A 3F 2C
Octal 265 213 51 0 27 115 35 52 77 54
Binary 10110101 10001011 101001 0 10111 1001101 11101 101010 111111 101100

Color Harmonies of #B58B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B29

Black with #B58B29

Text Example


Text Example

White with #B58B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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