#BF547A

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

Shades of Royal Heath #BF547A

Tints of Royal Heath #BF547A

Color information

#BF547A (or 0xBF547A) is unknown color: approx Royal Heath. HEX triplet: BF, 54 and 7A. RGB value is (191,84,122). Sum of RGB (Red+Green+Blue) = 191+84+122=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF547A is #40AB85. Grayscale: #787878. Windows color (decimal): -4238214 or 8017087. OLE color: 8017087.

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

Color convert

RGB19184122-
CMYK00.560.360.25
HSL338.69º45.53%53.92%-
HSV(B)338.69º56.02%74.9%-
XYZ28.1718.8220.56-
YUV120.32128.95178.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=48.11%
G=21.16%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918412200.560.360.25338.6945.5353.92
HexBF547A03824191532e36
Octal27712417207044315235666
Binary1011111110101001111010011100010010011001101010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF547A; }

 p { color: rgb(191,84,122); }

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

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

 a { background-color: rgb(191,84,122); }

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

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

 span { border-color: rgb(191,84,122); }

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