#B55678

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

Shades of Royal Heath #B55678

Tints of Royal Heath #B55678

Color information

#B55678 (or 0xB55678) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 78. RGB value is (181,86,120). Sum of RGB (Red+Green+Blue) = 181+86+120=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B55678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55678 is #4AA987. Grayscale: #767676. Windows color (decimal): -4893064 or 7886517. OLE color: 7886517.

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

Color convert

RGB18186120-
CMYK00.520.340.29
HSL338.53º39.09%52.35%-
HSV(B)338.53º52.49%70.98%-
XYZ25.7717.8419.85-
YUV118.28128.97172.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=46.77%
G=22.22%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818612000.520.340.29338.5339.0952.35
HexB55678034221D1532734
Octal26512617006442355234764
Binary1011010110101101111000011010010001011101101010011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55678; }

 p { color: rgb(181,86,120); }

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

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

 a { background-color: rgb(181,86,120); }

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

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

 span { border-color: rgb(181,86,120); }

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