#BF4A61

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

Shades of Blush #BF4A61

Tints of Blush #BF4A61

Color information

#BF4A61 (or 0xBF4A61) is unknown color: approx Blush. HEX triplet: BF, 4A and 61. RGB value is (191,74,97). Sum of RGB (Red+Green+Blue) = 191+74+97=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A61 is #40B59E. Grayscale: #6F6F6F. Windows color (decimal): -4240799 or 6376127. OLE color: 6376127.

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

Color convert

RGB1917497-
CMYK00.610.490.25
HSL348.21º47.76%51.96%-
HSV(B)348.21º61.26%74.9%-
XYZ26.0916.8413.18-
YUV111.6119.76184.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=52.76%
G=20.44%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191749700.610.490.25348.2147.7651.96
HexBF4A6103D311915c3034
Octal27711214107561315346064
Binary1011111110010101100001011110111000111001101011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A61; }

 p { color: rgb(191,74,97); }

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

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

 a { background-color: rgb(191,74,97); }

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

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

 span { border-color: rgb(191,74,97); }

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