#BF5679

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

Shades of Royal Heath #BF5679

Tints of Royal Heath #BF5679

Color information

#BF5679 (or 0xBF5679) is unknown color: approx Royal Heath. HEX triplet: BF, 56 and 79. RGB value is (191,86,121). Sum of RGB (Red+Green+Blue) = 191+86+121=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5679 is #40A986. Grayscale: #797979. Windows color (decimal): -4237703 or 7952063. OLE color: 7952063.

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

Color convert

RGB19186121-
CMYK00.550.370.25
HSL340º45.06%54.31%-
HSV(B)340º54.97%74.9%-
XYZ28.2619.1120.29-
YUV121.38127.79177.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=47.99%
G=21.61%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918612100.550.370.2534045.0654.31
HexBF567903725191542d36
Octal27712617106745315245566
Binary1011111110101101111001011011110010111001101010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5679; }

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

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

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

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

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

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

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

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