#BF5662

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

Shades of Blush #BF5662

Tints of Blush #BF5662

Color information

#BF5662 (or 0xBF5662) is unknown color: approx Blush. HEX triplet: BF, 56 and 62. RGB value is (191,86,98). Sum of RGB (Red+Green+Blue) = 191+86+98=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5662 is #40A99D. Grayscale: #767676. Windows color (decimal): -4237726 or 6444735. OLE color: 6444735.

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

Color convert

RGB1918698-
CMYK00.550.490.25
HSL353.14º45.06%54.31%-
HSV(B)353.14º54.97%74.9%-
XYZ27.0218.6113.72-
YUV118.76116.29179.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=50.93%
G=22.93%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191869800.550.490.25353.1445.0654.31
HexBF566203731191612d36
Octal27712614206761315415566
Binary1011111110101101100010011011111000111001101100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5662; }

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

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

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

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

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

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

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

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