#B84676

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

Shades of Royal Heath #B84676

Tints of Royal Heath #B84676

Color information

#B84676 (or 0xB84676) is unknown color: approx Royal Heath. HEX triplet: B8, 46 and 76. RGB value is (184,70,118). Sum of RGB (Red+Green+Blue) = 184+70+118=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B84676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84676 is #47B989. Grayscale: #6D6D6D. Windows color (decimal): -4700554 or 7751352. OLE color: 7751352.

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

Color convert

RGB18470118-
CMYK00.620.360.28
HSL334.74º44.88%49.8%-
HSV(B)334.74º61.96%72.16%-
XYZ25.2315.8818.87-
YUV109.56132.77181.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=49.46%
G=18.82%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847011800.620.360.28334.7444.8849.8
HexB8467603E241C14f2d32
Octal27010616607644345175562
Binary1011100010001101110110011111010010011100101001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84676; }

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

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

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

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

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

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

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

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