#BF577B

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

Shades of Royal Heath #BF577B

Tints of Royal Heath #BF577B

Color information

#BF577B (or 0xBF577B) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 7B. RGB value is (191,87,123). Sum of RGB (Red+Green+Blue) = 191+87+123=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF577B is #40A884. Grayscale: #7A7A7A. Windows color (decimal): -4237445 or 8083391. OLE color: 8083391.

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

Color convert

RGB19187123-
CMYK00.540.360.25
HSL339.23º44.83%54.51%-
HSV(B)339.23º54.45%74.9%-
XYZ28.4719.3220.97-
YUV122.2128.46177.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=47.63%
G=21.70%
B=30.67%

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
Decimal1918712300.540.360.25339.2344.8354.51
HexBF577B03624191532d37
Octal27712717306644315235567
Binary1011111110101111111011011011010010011001101010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF577B; }

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

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

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

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

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

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

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

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