#BF5475

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

Shades of Royal Heath #BF5475

Tints of Royal Heath #BF5475

Color information

#BF5475 (or 0xBF5475) is unknown color: approx Royal Heath. HEX triplet: BF, 54 and 75. RGB value is (191,84,117). Sum of RGB (Red+Green+Blue) = 191+84+117=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5475 is #40AB8A. Grayscale: #777777. Windows color (decimal): -4238219 or 7689407. OLE color: 7689407.

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

Color convert

RGB19184117-
CMYK00.560.390.25
HSL341.5º45.53%53.92%-
HSV(B)341.5º56.02%74.9%-
XYZ27.8718.718.97-
YUV119.76126.45178.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=48.72%
G=21.43%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918411700.560.390.25341.545.5353.92
HexBF547503827191552e36
Octal27712416507047315255666
Binary1011111110101001110101011100010011111001101010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5475; }

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

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

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

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

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

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

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

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