#B55172

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

Shades of Royal Heath #B55172

Tints of Royal Heath #B55172

Color information

#B55172 (or 0xB55172) is unknown color: approx Royal Heath. HEX triplet: B5, 51 and 72. RGB value is (181,81,114). Sum of RGB (Red+Green+Blue) = 181+81+114=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B55172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55172 is #4AAE8D. Grayscale: #727272. Windows color (decimal): -4894350 or 7492021. OLE color: 7492021.

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

Color convert

RGB18181114-
CMYK00.550.370.29
HSL340.2º40.32%51.37%-
HSV(B)340.2º55.25%70.98%-
XYZ25.0416.9217.87-
YUV114.66127.63175.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=48.14%
G=21.54%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818111400.550.370.29340.240.3251.37
HexB55172037251D1542833
Octal26512116206745355245063
Binary1011010110100011110010011011110010111101101010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55172; }

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

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

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

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

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

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

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

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