#BF547B

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

Shades of Royal Heath #BF547B

Tints of Royal Heath #BF547B

Color information

#BF547B (or 0xBF547B) is unknown color: approx Royal Heath. HEX triplet: BF, 54 and 7B. RGB value is (191,84,123). Sum of RGB (Red+Green+Blue) = 191+84+123=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF547B is #40AB84. Grayscale: #787878. Windows color (decimal): -4238213 or 8082623. OLE color: 8082623.

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

Color convert

RGB19184123-
CMYK00.560.360.25
HSL338.13º45.53%53.92%-
HSV(B)338.13º56.02%74.9%-
XYZ28.2318.8520.89-
YUV120.44129.45178.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=47.99%
G=21.11%
B=30.90%

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
Decimal1918412300.560.360.25338.1345.5353.92
HexBF547B03824191522e36
Octal27712417307044315225666
Binary1011111110101001111011011100010010011001101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF547B; }

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

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

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

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

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

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

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

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