#B84D76

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

Shades of Royal Heath #B84D76

Tints of Royal Heath #B84D76

Color information

#B84D76 (or 0xB84D76) is unknown color: approx Royal Heath. HEX triplet: B8, 4D and 76. RGB value is (184,77,118). Sum of RGB (Red+Green+Blue) = 184+77+118=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D76 is #47B289. Grayscale: #717171. Windows color (decimal): -4698762 or 7753144. OLE color: 7753144.

HSL color Cylindrical-coordinate representation of color #B84D76: hue angle of 337.01º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D76 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18477118-
CMYK00.580.360.28
HSL337.01º42.97%51.18%-
HSV(B)337.01º58.15%72.16%-
XYZ25.6916.8119.03-
YUV113.67130.45178.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=48.55%
G=20.32%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847711800.580.360.28337.0142.9751.18
HexB84D7603A241C1512b33
Octal27011516607244345215363
Binary1011100010011011110110011101010010011100101010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D76; }

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

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

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

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

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

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

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

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