#B55379

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

Shades of Royal Heath #B55379

Tints of Royal Heath #B55379

Color information

#B55379 (or 0xB55379) is unknown color: approx Royal Heath. HEX triplet: B5, 53 and 79. RGB value is (181,83,121). Sum of RGB (Red+Green+Blue) = 181+83+121=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55379 is #4AAC86. Grayscale: #747474. Windows color (decimal): -4893831 or 7951285. OLE color: 7951285.

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

Color convert

RGB18183121-
CMYK00.540.330.29
HSL336.73º39.84%51.76%-
HSV(B)336.73º54.14%70.98%-
XYZ25.617.3920.1-
YUV116.63130.47173.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=47.01%
G=21.56%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818312100.540.330.29336.7339.8451.76
HexB55379036211D1512834
Octal26512317106641355215064
Binary1011010110100111111001011011010000111101101010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55379; }

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

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

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

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

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

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

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

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