#b84f7c

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

Shades of Royal Heath #B84F7C

Tints of Royal Heath #B84F7C

Color information

#B84F7C (or 0xB84F7C) is unknown color: approx Royal Heath. HEX triplet: B8, 4F and 7C. RGB value is (184,79,124). Sum of RGB (Red+Green+Blue) = 184+79+124=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F7C is #47B083. Grayscale: #737373. Windows color (decimal): -4698244 or 8146872. OLE color: 8146872.

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

Color convert

RGB18479124-
CMYK00.570.330.28
HSL334.29º42.51%51.57%-
HSV(B)334.29º57.07%72.16%-
XYZ26.217.2421.02-
YUV115.52132.79176.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=47.55%
G=20.41%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847912400.570.330.28334.2942.5151.57
HexB84F7C039211C14e2b34
Octal27011717407141345165364
Binary1011100010011111111100011100110000111100101001110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84f7c; }

 p { color: rgb(184,79,124); }

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

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

 a { background-color: rgb(184,79,124); }

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

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

 span { border-color: rgb(184,79,124); }

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