#B55271

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

Shades of Royal Heath #B55271

Tints of Royal Heath #B55271

Color information

#B55271 (or 0xB55271) is unknown color: approx Royal Heath. HEX triplet: B5, 52 and 71. RGB value is (181,82,113). Sum of RGB (Red+Green+Blue) = 181+82+113=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B55271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55271 is #4AAD8E. Grayscale: #737373. Windows color (decimal): -4894095 or 7426741. OLE color: 7426741.

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

Color convert

RGB18182113-
CMYK00.550.380.29
HSL341.21º40.08%51.57%-
HSV(B)341.21º54.7%70.98%-
XYZ25.0517.0517.59-
YUV115.14126.8174.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=48.14%
G=21.81%
B=30.05%

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
Decimal1818211300.550.380.29341.2140.0851.57
HexB55271037261D1552834
Octal26512216106746355255064
Binary1011010110100101110001011011110011011101101010101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55271; }

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

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

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

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

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

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

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

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