#B5902E

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

Shades of Nugget #B5902E

Tints of Nugget #B5902E

Color information

#B5902E (or 0xB5902E) is unknown color: approx Nugget. HEX triplet: B5, 90 and 2E. RGB value is (181,144,46). Sum of RGB (Red+Green+Blue) = 181+144+46=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5902E is #4A6FD1. Grayscale: #909090. Windows color (decimal): -4878290 or 3051701. OLE color: 3051701.

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

Color convert

RGB18114446-
CMYK00.200.750.29
HSL43.56º59.47%44.51%-
HSV(B)43.56º74.59%70.98%-
XYZ29.5229.976.81-
YUV143.8972.76154.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 46 (18.36% from 255) = 12.40%
R=48.79%
G=38.81%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811444600.200.750.2943.5659.4744.51
HexB5902E0144B1D2c3b2d
Octal2652205602411335547355
Binary1011010110010000101110010100100101111101101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5902E; }

 p { color: rgb(181,144,46); }

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

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

 a { background-color: rgb(181,144,46); }

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

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

 span { border-color: rgb(181,144,46); }

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