#b5892a

Color #B5892A Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B5892A

Tints of Nugget #B5892A

Color information

#B5892A (or 0xB5892A) is unknown color: approx Nugget. HEX triplet: B5, 89 and 2A. RGB value is (181,137,42). Sum of RGB (Red+Green+Blue) = 181+137+42=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5892A is #4A76D5. Grayscale: #8B8B8B. Windows color (decimal): -4880086 or 2787765. OLE color: 2787765.

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

Color convert

RGB18113742-
CMYK00.240.770.29
HSL41.01º62.33%43.73%-
HSV(B)41.01º76.8%70.98%-
XYZ28.4227.886.07-
YUV139.3373.08157.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=50.28%
G=38.06%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811374200.240.770.2941.0162.3343.73
HexB5892A0184D1D293e2c
Octal2652115203011535517654
Binary1011010110001001101010011000100110111101101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5892a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5892a; }

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

 H1.HeaderClassName
 {
   color: #b5892a;
 }
 .AnyTagClassName
 {
   color: #b5892a;
 }
</style>
background-color css

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

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

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

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

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

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