#bf587d

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

Shades of Royal Heath #BF587D

Tints of Royal Heath #BF587D

Color information

#BF587D (or 0xBF587D) is unknown color: approx Royal Heath. HEX triplet: BF, 58 and 7D. RGB value is (191,88,125). Sum of RGB (Red+Green+Blue) = 191+88+125=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587D is #40A782. Grayscale: #7A7A7A. Windows color (decimal): -4237187 or 8214719. OLE color: 8214719.

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

Color convert

RGB19188125-
CMYK00.540.350.25
HSL338.45º44.59%54.71%-
HSV(B)338.45º53.93%74.9%-
XYZ28.6819.5421.66-
YUV123.01129.12176.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=47.28%
G=21.78%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918812500.540.350.25338.4544.5954.71
HexBF587D03623191522d37
Octal27713017506643315225567
Binary1011111110110001111101011011010001111001101010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf587d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf587d; }

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

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

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

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

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

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

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

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