#B55774

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

Shades of Royal Heath #B55774

Tints of Royal Heath #B55774

Color information

#B55774 (or 0xB55774) is unknown color: approx Royal Heath. HEX triplet: B5, 57 and 74. RGB value is (181,87,116). Sum of RGB (Red+Green+Blue) = 181+87+116=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B55774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55774 is #4AA88B. Grayscale: #767676. Windows color (decimal): -4892812 or 7624629. OLE color: 7624629.

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

Color convert

RGB18187116-
CMYK00.520.360.29
HSL341.49º38.84%52.55%-
HSV(B)341.49º51.93%70.98%-
XYZ25.6217.918.63-
YUV118.41126.64172.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=47.14%
G=22.66%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818711600.520.360.29341.4938.8452.55
HexB55774034241D1552735
Octal26512716406444355254765
Binary1011010110101111110100011010010010011101101010101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55774; }

 p { color: rgb(181,87,116); }

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

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

 a { background-color: rgb(181,87,116); }

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

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

 span { border-color: rgb(181,87,116); }

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