#B84F7F

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

Shades of Royal Heath #B84F7F

Tints of Royal Heath #B84F7F

Color information

#B84F7F (or 0xB84F7F) is unknown color: approx Royal Heath. HEX triplet: B8, 4F and 7F. RGB value is (184,79,127). Sum of RGB (Red+Green+Blue) = 184+79+127=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F7F is #47B080. Grayscale: #737373. Windows color (decimal): -4698241 or 8343480. OLE color: 8343480.

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

Color convert

RGB18479127-
CMYK00.570.310.28
HSL332.57º42.51%51.57%-
HSV(B)332.57º57.07%72.16%-
XYZ26.3917.3122.03-
YUV115.87134.29176.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 127 (50% from 255) = 32.56%
R=47.18%
G=20.26%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847912700.570.310.28332.5742.5151.57
HexB84F7F0391F1C14d2b34
Octal27011717707137345155364
Binary101110001001111111111101110011111111100101001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F7F; }

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

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

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

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

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

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

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

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