#B55875

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

Shades of Royal Heath #B55875

Tints of Royal Heath #B55875

Color information

#B55875 (or 0xB55875) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 75. RGB value is (181,88,117). Sum of RGB (Red+Green+Blue) = 181+88+117=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B55875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55875 is #4AA78A. Grayscale: #777777. Windows color (decimal): -4892555 or 7690421. OLE color: 7690421.

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

Color convert

RGB18188117-
CMYK00.510.350.29
HSL341.29º38.59%52.75%-
HSV(B)341.29º51.38%70.98%-
XYZ25.7618.0918.96-
YUV119.11126.81172.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=46.89%
G=22.80%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818811700.510.350.29341.2938.5952.75
HexB55875033231D1552735
Octal26513016506343355254765
Binary1011010110110001110101011001110001111101101010101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55875; }

 p { color: rgb(181,88,117); }

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

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

 a { background-color: rgb(181,88,117); }

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

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

 span { border-color: rgb(181,88,117); }

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