#B5922F

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

Shades of Nugget #B5922F

Tints of Nugget #B5922F

Color information

#B5922F (or 0xB5922F) is unknown color: approx Nugget. HEX triplet: B5, 92 and 2F. RGB value is (181,146,47). Sum of RGB (Red+Green+Blue) = 181+146+47=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5922F is #4A6DD0. Grayscale: #919191. Windows color (decimal): -4877777 or 3117749. OLE color: 3117749.

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

Color convert

RGB18114647-
CMYK00.190.740.29
HSL44.33º58.77%44.71%-
HSV(B)44.33º74.03%70.98%-
XYZ29.8530.597.02-
YUV145.1872.6153.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 47 (18.75% from 255) = 12.57%
R=48.40%
G=39.04%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811464700.190.740.2944.3358.7744.71
HexB5922F0134A1D2c3b2d
Octal2652225702311235547355
Binary1011010110010010101111010011100101011101101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5922F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5922F; }

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

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

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

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

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

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

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

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