#B5912F

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

Shades of Nugget #B5912F

Tints of Nugget #B5912F

Color information

#B5912F (or 0xB5912F) is unknown color: approx Nugget. HEX triplet: B5, 91 and 2F. RGB value is (181,145,47). Sum of RGB (Red+Green+Blue) = 181+145+47=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5912F is #4A6ED0. Grayscale: #919191. Windows color (decimal): -4878033 or 3117493. OLE color: 3117493.

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

Color convert

RGB18114547-
CMYK00.200.740.29
HSL43.88º58.77%44.71%-
HSV(B)43.88º74.03%70.98%-
XYZ29.6930.286.97-
YUV144.5972.93153.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=48.53%
G=38.87%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811454700.200.740.2943.8858.7744.71
HexB5912F0144A1D2c3b2d
Octal2652215702411235547355
Binary1011010110010001101111010100100101011101101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5912F; }

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

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

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

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

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

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

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

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