#BF5C66

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

Shades of Blush #BF5C66

Tints of Blush #BF5C66

Color information

#BF5C66 (or 0xBF5C66) is unknown color: approx Blush. HEX triplet: BF, 5C and 66. RGB value is (191,92,102). Sum of RGB (Red+Green+Blue) = 191+92+102=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C66 is #40A399. Grayscale: #7A7A7A. Windows color (decimal): -4236186 or 6708415. OLE color: 6708415.

HSL color Cylindrical-coordinate representation of color #BF5C66: hue angle of 353.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5C66 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19192102-
CMYK00.520.470.25
HSL353.94º43.61%55.49%-
HSV(B)353.94º51.83%74.9%-
XYZ27.7119.6914.91-
YUV122.74116.3176.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=49.61%
G=23.90%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919210200.520.470.25353.9443.6155.49
HexBF5C660342F191622c37
Octal27713414606457315425467
Binary1011111110111001100110011010010111111001101100010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C66; }

 p { color: rgb(191,92,102); }

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

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

 a { background-color: rgb(191,92,102); }

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

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

 span { border-color: rgb(191,92,102); }

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