#BF4A71

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

Shades of Royal Heath #BF4A71

Tints of Royal Heath #BF4A71

Color information

#BF4A71 (or 0xBF4A71) is unknown color: approx Royal Heath. HEX triplet: BF, 4A and 71. RGB value is (191,74,113). Sum of RGB (Red+Green+Blue) = 191+74+113=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A71 is #40B58E. Grayscale: #717171. Windows color (decimal): -4240783 or 7424703. OLE color: 7424703.

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

Color convert

RGB19174113-
CMYK00.610.410.25
HSL340º47.76%51.96%-
HSV(B)340º61.26%74.9%-
XYZ26.9217.1717.52-
YUV113.43127.76183.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=50.53%
G=19.58%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917411300.610.410.2534047.7651.96
HexBF4A7103D29191543034
Octal27711216107551315246064
Binary1011111110010101110001011110110100111001101010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A71; }

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

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

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

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

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

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

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

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