#BF567E

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

Shades of Royal Heath #BF567E

Tints of Royal Heath #BF567E

Color information

#BF567E (or 0xBF567E) is unknown color: approx Royal Heath. HEX triplet: BF, 56 and 7E. RGB value is (191,86,126). Sum of RGB (Red+Green+Blue) = 191+86+126=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF567E is #40A981. Grayscale: #797979. Windows color (decimal): -4237698 or 8279743. OLE color: 8279743.

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

Color convert

RGB19186126-
CMYK00.550.340.25
HSL337.14º45.06%54.31%-
HSV(B)337.14º54.97%74.9%-
XYZ28.5819.2421.95-
YUV121.96130.29177.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=47.39%
G=21.34%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918612600.550.340.25337.1445.0654.31
HexBF567E03722191512d36
Octal27712617606742315215566
Binary1011111110101101111110011011110001011001101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF567E; }

 p { color: rgb(191,86,126); }

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

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

 a { background-color: rgb(191,86,126); }

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

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

 span { border-color: rgb(191,86,126); }

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