#B55072

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

Shades of Royal Heath #B55072

Tints of Royal Heath #B55072

Color information

#B55072 (or 0xB55072) is unknown color: approx Royal Heath. HEX triplet: B5, 50 and 72. RGB value is (181,80,114). Sum of RGB (Red+Green+Blue) = 181+80+114=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55072 is #4AAF8D. Grayscale: #727272. Windows color (decimal): -4894606 or 7491765. OLE color: 7491765.

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

Color convert

RGB18180114-
CMYK00.560.370.29
HSL339.8º40.56%51.18%-
HSV(B)339.8º55.8%70.98%-
XYZ24.9616.7817.84-
YUV114.07127.96175.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=48.27%
G=21.33%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818011400.560.370.29339.840.5651.18
HexB55072038251D1542933
Octal26512016207045355245163
Binary1011010110100001110010011100010010111101101010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55072; }

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

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

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

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

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

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

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

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