#B84871

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

Shades of Royal Heath #B84871

Tints of Royal Heath #B84871

Color information

#B84871 (or 0xB84871) is unknown color: approx Royal Heath. HEX triplet: B8, 48 and 71. RGB value is (184,72,113). Sum of RGB (Red+Green+Blue) = 184+72+113=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84871 is #47B78E. Grayscale: #6E6E6E. Windows color (decimal): -4700047 or 7424184. OLE color: 7424184.

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

Color convert

RGB18472113-
CMYK00.610.390.28
HSL338.04º44.09%50.2%-
HSV(B)338.04º60.87%72.16%-
XYZ25.0716.0217.39-
YUV110.16129.61180.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=49.86%
G=19.51%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847211300.610.390.28338.0444.0950.2
HexB8487103D271C1522c32
Octal27011016107547345225462
Binary1011100010010001110001011110110011111100101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84871; }

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

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

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

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

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

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

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

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