#B85578

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

Shades of Royal Heath #B85578

Tints of Royal Heath #B85578

Color information

#B85578 (or 0xB85578) is unknown color: approx Royal Heath. HEX triplet: B8, 55 and 78. RGB value is (184,85,120). Sum of RGB (Red+Green+Blue) = 184+85+120=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B85578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85578 is #47AA87. Grayscale: #767676. Windows color (decimal): -4696712 or 7886264. OLE color: 7886264.

HSL color Cylindrical-coordinate representation of color #B85578: hue angle of 338.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85578 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18485120-
CMYK00.540.350.28
HSL338.79º41.08%52.75%-
HSV(B)338.79º53.8%72.16%-
XYZ26.4118.0419.86-
YUV118.59128.8174.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=47.30%
G=21.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848512000.540.350.28338.7941.0852.75
HexB85578036231C1532935
Octal27012517006643345235165
Binary1011100010101011111000011011010001111100101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85578; }

 p { color: rgb(184,85,120); }

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

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

 a { background-color: rgb(184,85,120); }

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

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

 span { border-color: rgb(184,85,120); }

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