#BF587B

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

Shades of Royal Heath #BF587B

Tints of Royal Heath #BF587B

Color information

#BF587B (or 0xBF587B) is unknown color: approx Royal Heath. HEX triplet: BF, 58 and 7B. RGB value is (191,88,123). Sum of RGB (Red+Green+Blue) = 191+88+123=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587B is #40A784. Grayscale: #7A7A7A. Windows color (decimal): -4237189 or 8083647. OLE color: 8083647.

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

Color convert

RGB19188123-
CMYK00.540.360.25
HSL339.61º44.59%54.71%-
HSV(B)339.61º53.93%74.9%-
XYZ28.5519.4921-
YUV122.79128.12176.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=47.51%
G=21.89%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918812300.540.360.25339.6144.5954.71
HexBF587B03624191542d37
Octal27713017306644315245567
Binary1011111110110001111011011011010010011001101010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF587B; }

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

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

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

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

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

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

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

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