#B55171

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

Shades of Royal Heath #B55171

Tints of Royal Heath #B55171

Color information

#B55171 (or 0xB55171) is unknown color: approx Royal Heath. HEX triplet: B5, 51 and 71. RGB value is (181,81,113). Sum of RGB (Red+Green+Blue) = 181+81+113=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55171 is #4AAE8E. Grayscale: #727272. Windows color (decimal): -4894351 or 7426485. OLE color: 7426485.

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

Color convert

RGB18181113-
CMYK00.550.380.29
HSL340.8º40.32%51.37%-
HSV(B)340.8º55.25%70.98%-
XYZ24.9816.917.57-
YUV114.55127.13175.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=48.27%
G=21.6%
B=30.13%

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
Decimal1818111300.550.380.29340.840.3251.37
HexB55171037261D1552833
Octal26512116106746355255063
Binary1011010110100011110001011011110011011101101010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55171; }

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

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

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

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

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

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

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

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