#b84471

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

Shades of Royal Heath #B84471

Tints of Royal Heath #B84471

Color information

#B84471 (or 0xB84471) is unknown color: approx Royal Heath. HEX triplet: B8, 44 and 71. RGB value is (184,68,113). Sum of RGB (Red+Green+Blue) = 184+68+113=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B84471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84471 is #47BB8E. Grayscale: #6B6B6B. Windows color (decimal): -4701071 or 7423160. OLE color: 7423160.

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

Color convert

RGB18468113-
CMYK00.630.390.28
HSL336.72º46.03%49.41%-
HSV(B)336.72º63.04%72.16%-
XYZ24.8115.5217.31-
YUV107.81130.93182.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=50.41%
G=18.63%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846811300.630.390.28336.7246.0349.41
HexB8447103F271C1512e31
Octal27010416107747345215661
Binary1011100010001001110001011111110011111100101010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84471; }

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

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

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

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

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

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

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

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