#B55572

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

Shades of Royal Heath #B55572

Tints of Royal Heath #B55572

Color information

#B55572 (or 0xB55572) is unknown color: approx Royal Heath. HEX triplet: B5, 55 and 72. RGB value is (181,85,114). Sum of RGB (Red+Green+Blue) = 181+85+114=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55572 is #4AAA8D. Grayscale: #747474. Windows color (decimal): -4893326 or 7493045. OLE color: 7493045.

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

Color convert

RGB18185114-
CMYK00.530.370.29
HSL341.88º39.34%52.16%-
HSV(B)341.88º53.04%70.98%-
XYZ25.3417.5417.97-
YUV117.01126.3173.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 114 (44.92% from 255) = 30%
R=47.63%
G=22.37%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818511400.530.370.29341.8839.3452.16
HexB55572035251D1562734
Octal26512516206545355264764
Binary1011010110101011110010011010110010111101101010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55572; }

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

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

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

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

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

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

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

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