#BF587E

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

Shades of Royal Heath #BF587E

Tints of Royal Heath #BF587E

Color information

#BF587E (or 0xBF587E) is unknown color: approx Royal Heath. HEX triplet: BF, 58 and 7E. RGB value is (191,88,126). Sum of RGB (Red+Green+Blue) = 191+88+126=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587E is #40A781. Grayscale: #7B7B7B. Windows color (decimal): -4237186 or 8280255. OLE color: 8280255.

HSL color Cylindrical-coordinate representation of color #BF587E: hue angle of 337.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF587E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19188126-
CMYK00.540.340.25
HSL337.86º44.59%54.71%-
HSV(B)337.86º53.93%74.9%-
XYZ28.7419.5622-
YUV123.13129.62176.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=47.16%
G=21.73%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918812600.540.340.25337.8644.5954.71
HexBF587E03622191522d37
Octal27713017606642315225567
Binary1011111110110001111110011011010001011001101010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF587E; }

 p { color: rgb(191,88,126); }

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

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

 a { background-color: rgb(191,88,126); }

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

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

 span { border-color: rgb(191,88,126); }

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