#BF4960

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

Shades of Blush #BF4960

Tints of Blush #BF4960

Color information

#BF4960 (or 0xBF4960) is unknown color: approx Blush. HEX triplet: BF, 49 and 60. RGB value is (191,73,96). Sum of RGB (Red+Green+Blue) = 191+73+96=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4960 is #40B69F. Grayscale: #6E6E6E. Windows color (decimal): -4241056 or 6310335. OLE color: 6310335.

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

Color convert

RGB1917396-
CMYK00.620.500.25
HSL348.31º47.97%51.76%-
HSV(B)348.31º61.78%74.9%-
XYZ25.9816.6912.92-
YUV110.9119.59185.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=53.06%
G=20.28%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191739600.620.500.25348.3147.9751.76
HexBF496003E321915c3034
Octal27711114007662315346064
Binary1011111110010011100000011111011001011001101011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4960; }

 p { color: rgb(191,73,96); }

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

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

 a { background-color: rgb(191,73,96); }

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

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

 span { border-color: rgb(191,73,96); }

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