#BF5573

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

Shades of Royal Heath #BF5573

Tints of Royal Heath #BF5573

Color information

#BF5573 (or 0xBF5573) is unknown color: approx Royal Heath. HEX triplet: BF, 55 and 73. RGB value is (191,85,115). Sum of RGB (Red+Green+Blue) = 191+85+115=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5573 is #40AA8C. Grayscale: #787878. Windows color (decimal): -4237965 or 7558591. OLE color: 7558591.

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

Color convert

RGB19185115-
CMYK00.550.400.25
HSL343.02º45.3%54.12%-
HSV(B)343.02º55.5%74.9%-
XYZ27.8318.8118.38-
YUV120.11125.12178.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=48.85%
G=21.74%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918511500.550.400.25343.0245.354.12
HexBF557303728191572d36
Octal27712516306750315275566
Binary1011111110101011110011011011110100011001101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5573; }

 p { color: rgb(191,85,115); }

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

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

 a { background-color: rgb(191,85,115); }

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

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

 span { border-color: rgb(191,85,115); }

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