#BF4E71

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

Shades of Royal Heath #BF4E71

Tints of Royal Heath #BF4E71

Color information

#BF4E71 (or 0xBF4E71) is unknown color: approx Royal Heath. HEX triplet: BF, 4E and 71. RGB value is (191,78,113). Sum of RGB (Red+Green+Blue) = 191+78+113=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E71 is #40B18E. Grayscale: #737373. Windows color (decimal): -4239759 or 7425727. OLE color: 7425727.

HSL color Cylindrical-coordinate representation of color #BF4E71: hue angle of 341.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E71 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19178113-
CMYK00.590.410.25
HSL341.42º46.89%52.75%-
HSV(B)341.42º59.16%74.9%-
XYZ27.1917.7217.61-
YUV115.78126.44181.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=50%
G=20.42%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917811300.590.410.25341.4246.8952.75
HexBF4E7103B29191552f35
Octal27711616107351315255765
Binary1011111110011101110001011101110100111001101010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E71; }

 p { color: rgb(191,78,113); }

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

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

 a { background-color: rgb(191,78,113); }

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

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

 span { border-color: rgb(191,78,113); }

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