#B84673

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

Shades of Royal Heath #B84673

Tints of Royal Heath #B84673

Color information

#B84673 (or 0xB84673) is unknown color: approx Royal Heath. HEX triplet: B8, 46 and 73. RGB value is (184,70,115). Sum of RGB (Red+Green+Blue) = 184+70+115=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84673 is #47B98C. Grayscale: #6D6D6D. Windows color (decimal): -4700557 or 7554744. OLE color: 7554744.

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

Color convert

RGB18470115-
CMYK00.620.380.28
HSL336.32º44.88%49.8%-
HSV(B)336.32º61.96%72.16%-
XYZ25.0515.8117.95-
YUV109.22131.27181.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=49.86%
G=18.97%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847011500.620.380.28336.3244.8849.8
HexB8467303E261C1502d32
Octal27010616307646345205562
Binary1011100010001101110011011111010011011100101010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84673; }

 p { color: rgb(184,70,115); }

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

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

 a { background-color: rgb(184,70,115); }

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

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

 span { border-color: rgb(184,70,115); }

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