#BF4E74

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

Shades of Royal Heath #BF4E74

Tints of Royal Heath #BF4E74

Color information

#BF4E74 (or 0xBF4E74) is unknown color: approx Royal Heath. HEX triplet: BF, 4E and 74. RGB value is (191,78,116). Sum of RGB (Red+Green+Blue) = 191+78+116=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E74 is #40B18B. Grayscale: #747474. Windows color (decimal): -4239756 or 7622335. OLE color: 7622335.

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

Color convert

RGB19178116-
CMYK00.590.390.25
HSL339.82º46.89%52.75%-
HSV(B)339.82º59.16%74.9%-
XYZ27.3617.7918.51-
YUV116.12127.94181.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=49.61%
G=20.26%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917811600.590.390.25339.8246.8952.75
HexBF4E7403B27191542f35
Octal27711616407347315245765
Binary1011111110011101110100011101110011111001101010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E74; }

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

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

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

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

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

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

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

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