#B84571

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

Shades of Royal Heath #B84571

Tints of Royal Heath #B84571

Color information

#B84571 (or 0xB84571) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 71. RGB value is (184,69,113). Sum of RGB (Red+Green+Blue) = 184+69+113=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84571 is #47BA8E. Grayscale: #6C6C6C. Windows color (decimal): -4700815 or 7423416. OLE color: 7423416.

HSL color Cylindrical-coordinate representation of color #B84571: hue angle of 337.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84571 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18469113-
CMYK00.620.390.28
HSL337.04º45.45%49.61%-
HSV(B)337.04º62.5%72.16%-
XYZ24.8815.6417.33-
YUV108.4130.6181.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=50.27%
G=18.85%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846911300.620.390.28337.0445.4549.61
HexB8457103E271C1512d32
Octal27010516107647345215562
Binary1011100010001011110001011111010011111100101010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84571; }

 p { color: rgb(184,69,113); }

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

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

 a { background-color: rgb(184,69,113); }

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

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

 span { border-color: rgb(184,69,113); }

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