#B55373

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

Shades of Royal Heath #B55373

Tints of Royal Heath #B55373

Color information

#B55373 (or 0xB55373) is unknown color: approx Royal Heath. HEX triplet: B5, 53 and 73. RGB value is (181,83,115). Sum of RGB (Red+Green+Blue) = 181+83+115=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55373 is #4AAC8C. Grayscale: #737373. Windows color (decimal): -4893837 or 7558069. OLE color: 7558069.

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

Color convert

RGB18183115-
CMYK00.540.360.29
HSL340.41º39.84%51.76%-
HSV(B)340.41º54.14%70.98%-
XYZ25.2417.2518.22-
YUV115.95127.47174.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=47.76%
G=21.90%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818311500.540.360.29340.4139.8451.76
HexB55373036241D1542834
Octal26512316306644355245064
Binary1011010110100111110011011011010010011101101010100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55373; }

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

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

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

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

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

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

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

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