#BF5177

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

Shades of Royal Heath #BF5177

Tints of Royal Heath #BF5177

Color information

#BF5177 (or 0xBF5177) is unknown color: approx Royal Heath. HEX triplet: BF, 51 and 77. RGB value is (191,81,119). Sum of RGB (Red+Green+Blue) = 191+81+119=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5177 is #40AE88. Grayscale: #767676. Windows color (decimal): -4238985 or 7819711. OLE color: 7819711.

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

Color convert

RGB19181119-
CMYK00.580.380.25
HSL339.27º46.22%53.33%-
HSV(B)339.27º57.59%74.9%-
XYZ27.7618.2919.52-
YUV118.22128.44179.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=48.85%
G=20.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918111900.580.380.25339.2746.2253.33
HexBF517703A26191532e35
Octal27712116707246315235665
Binary1011111110100011110111011101010011011001101010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5177; }

 p { color: rgb(191,81,119); }

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

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

 a { background-color: rgb(191,81,119); }

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

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

 span { border-color: rgb(191,81,119); }

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