#BF4F70

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

Shades of Royal Heath #BF4F70

Tints of Royal Heath #BF4F70

Color information

#BF4F70 (or 0xBF4F70) is unknown color: approx Royal Heath. HEX triplet: BF, 4F and 70. RGB value is (191,79,112). Sum of RGB (Red+Green+Blue) = 191+79+112=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F70 is #40B08F. Grayscale: #747474. Windows color (decimal): -4239504 or 7360447. OLE color: 7360447.

HSL color Cylindrical-coordinate representation of color #BF4F70: hue angle of 342.32º 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 #BF4F70 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19179112-
CMYK00.590.410.25
HSL342.32º46.67%52.94%-
HSV(B)342.32º58.64%74.9%-
XYZ27.2117.8417.34-
YUV116.25125.61181.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=50%
G=20.68%
B=29.32%

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
Decimal1917911200.590.410.25342.3246.6752.94
HexBF4F7003B29191562f35
Octal27711716007351315265765
Binary1011111110011111110000011101110100111001101010110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F70; }

 p { color: rgb(191,79,112); }

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

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

 a { background-color: rgb(191,79,112); }

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

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

 span { border-color: rgb(191,79,112); }

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