#B55370

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

Shades of Royal Heath #B55370

Tints of Royal Heath #B55370

Color information

#B55370 (or 0xB55370) is unknown color: approx Royal Heath. HEX triplet: B5, 53 and 70. RGB value is (181,83,112). Sum of RGB (Red+Green+Blue) = 181+83+112=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B55370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55370 is #4AAC8F. Grayscale: #737373. Windows color (decimal): -4893840 or 7361461. OLE color: 7361461.

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

Color convert

RGB18183112-
CMYK00.540.380.29
HSL342.24º39.84%51.76%-
HSV(B)342.24º54.14%70.98%-
XYZ25.0717.1817.32-
YUV115.61125.97174.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 83 (32.81% from 255) = 22.07%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=48.14%
G=22.07%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818311200.540.380.29342.2439.8451.76
HexB55370036261D1562834
Octal26512316006646355265064
Binary1011010110100111110000011011010011011101101010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55370; }

 p { color: rgb(181,83,112); }

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

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

 a { background-color: rgb(181,83,112); }

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

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

 span { border-color: rgb(181,83,112); }

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