#B5522F

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

Shades of Red Stage #B5522F

Tints of Red Stage #B5522F

Color information

#B5522F (or 0xB5522F) is unknown color: approx Red Stage. HEX triplet: B5, 52 and 2F. RGB value is (181,82,47). Sum of RGB (Red+Green+Blue) = 181+82+47=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5522F is #4AADD0. Grayscale: #6B6B6B. Windows color (decimal): -4894161 or 3101365. OLE color: 3101365.

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

Color convert

RGB1818247-
CMYK00.550.740.29
HSL15.67º58.77%44.71%-
HSV(B)15.67º74.03%70.98%-
XYZ22.5916.064.6-
YUV107.6193.8180.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=58.39%
G=26.45%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181824700.550.740.2915.6758.7744.71
HexB5522F0374A1D103b2d
Octal2651225706711235207355
Binary101101011010010101111011011110010101110110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5522F; }

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

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

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

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

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

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

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

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