#B84878

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

Shades of Royal Heath #B84878

Tints of Royal Heath #B84878

Color information

#B84878 (or 0xB84878) is unknown color: approx Royal Heath. HEX triplet: B8, 48 and 78. RGB value is (184,72,120). Sum of RGB (Red+Green+Blue) = 184+72+120=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B84878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84878 is #47B787. Grayscale: #6E6E6E. Windows color (decimal): -4700040 or 7882936. OLE color: 7882936.

HSL color Cylindrical-coordinate representation of color #B84878: hue angle of 334.29º 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 #B84878 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18472120-
CMYK00.610.350.28
HSL334.29º44.09%50.2%-
HSV(B)334.29º60.87%72.16%-
XYZ25.4716.1819.55-
YUV110.96133.11180.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=48.94%
G=19.15%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847212000.610.350.28334.2944.0950.2
HexB8487803D231C14e2c32
Octal27011017007543345165462
Binary1011100010010001111000011110110001111100101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84878; }

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

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

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

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

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

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

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

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