Html Css Color HEX #B59128 Nugget

📋 copy color: '#B59128'

red 181 ◦ green 145 ◦ blue 40

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

Shades of Nugget #B59128

Tints of Nugget #B59128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 49.45%
G = 39.62%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B59128 (or 0xB59128) is known color: Nugget. HEX triplet: B5, 91 and 28. RGB value is (181,145,40). Sum of RGB (Red+Green+Blue) = 181+145+40=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B59128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59128 is #4A6ED7. Grayscale: #909090. Windows color (decimal): -4878040 or 2658741. OLE color: 2658741.

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

Color convert

RGB 181 145 40 -
CMYK 0 0.20 0.78 0.29
HSL 44.68º 0.64% 0.43% -
HSV(B) 44.68º 0.78% 0.71% -
XYZ 29.56 30.23 6.28 -
YUV 143.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 181 145 40 0 0.20 0.78 0.29 44.68 0.64 0.43
Hex B5 91 28 0 14 4E 1D 2D 40 2B
Octal 265 221 50 0 24 116 35 55 100 53
Binary 10110101 10010001 101000 0 10100 1001110 11101 101101 1000000 101011

Color Harmonies of #B59128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59128

Black with #B59128

Text Example


Text Example

White with #B59128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59128; }

 p { color: rgb(181,145,40); }

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

background-color css

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

 a { background-color: rgb(181,145,40); }

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

border-color css

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

 span { border-color: rgb(181,145,40); }

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