Html Css Color HEX #B58726 Nugget

📋 copy color: '#B58726'

red 181 ◦ green 135 ◦ blue 38

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

Shades of Nugget #B58726

Tints of Nugget #B58726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 51.13%
G = 38.14%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B58726 (or 0xB58726) is known color: Nugget. HEX triplet: B5, 87 and 26. RGB value is (181,135,38). Sum of RGB (Red+Green+Blue) = 181+135+38=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B58726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58726 is #4A78D9. Grayscale: #8A8A8A. Windows color (decimal): -4880602 or 2525109. OLE color: 2525109.

HSL color Cylindrical-coordinate representation of color #B58726: hue angle of 40.7º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B58726 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 38 -
CMYK 0 0.25 0.79 0.29
HSL 40.7º 0.65% 0.43% -
HSV(B) 40.7º 0.79% 0.71% -
XYZ 28.07 27.29 5.62 -
YUV 137.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 181 135 38 0 0.25 0.79 0.29 40.7 0.65 0.43
Hex B5 87 26 0 19 4F 1D 29 41 2B
Octal 265 207 46 0 31 117 35 51 101 53
Binary 10110101 10000111 100110 0 11001 1001111 11101 101001 1000001 101011

Color Harmonies of #B58726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58726

Black with #B58726

Text Example


Text Example

White with #B58726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58726; }

 p { color: rgb(181,135,38); }

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

background-color css

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

 a { background-color: rgb(181,135,38); }

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

border-color css

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

 span { border-color: rgb(181,135,38); }

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