#BF5175

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

Shades of Royal Heath #BF5175

Tints of Royal Heath #BF5175

Color information

#BF5175 (or 0xBF5175) is unknown color: approx Royal Heath. HEX triplet: BF, 51 and 75. RGB value is (191,81,117). Sum of RGB (Red+Green+Blue) = 191+81+117=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5175 is #40AE8A. Grayscale: #757575. Windows color (decimal): -4238987 or 7688639. OLE color: 7688639.

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

Color convert

RGB19181117-
CMYK00.580.390.25
HSL340.36º46.22%53.33%-
HSV(B)340.36º57.59%74.9%-
XYZ27.6418.2518.89-
YUV117.99127.44180.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=49.10%
G=20.82%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918111700.580.390.25340.3646.2253.33
HexBF517503A27191542e35
Octal27712116507247315245665
Binary1011111110100011110101011101010011111001101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5175; }

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

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

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

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

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

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

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

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