#B55270

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

Shades of Royal Heath #B55270

Tints of Royal Heath #B55270

Color information

#B55270 (or 0xB55270) is unknown color: approx Royal Heath. HEX triplet: B5, 52 and 70. RGB value is (181,82,112). Sum of RGB (Red+Green+Blue) = 181+82+112=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55270 is #4AAD8F. Grayscale: #737373. Windows color (decimal): -4894096 or 7361205. OLE color: 7361205.

HSL color Cylindrical-coordinate representation of color #B55270: hue angle of 341.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55270 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18182112-
CMYK00.550.380.29
HSL341.82º40.08%51.57%-
HSV(B)341.82º54.7%70.98%-
XYZ2517.0317.3-
YUV115.02126.3175.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=48.27%
G=21.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818211200.550.380.29341.8240.0851.57
HexB55270037261D1562834
Octal26512216006746355265064
Binary1011010110100101110000011011110011011101101010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55270; }

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

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

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

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

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

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

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

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