#BF4A6C

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

Shades of Blush #BF4A6C

Tints of Blush #BF4A6C

Color information

#BF4A6C (or 0xBF4A6C) is unknown color: approx Blush. HEX triplet: BF, 4A and 6C. RGB value is (191,74,108). Sum of RGB (Red+Green+Blue) = 191+74+108=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A6C is #40B593. Grayscale: #707070. Windows color (decimal): -4240788 or 7097023. OLE color: 7097023.

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

Color convert

RGB19174108-
CMYK00.610.430.25
HSL342.56º47.76%51.96%-
HSV(B)342.56º61.26%74.9%-
XYZ26.6417.0616.08-
YUV112.86125.26183.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=51.21%
G=19.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917410800.610.430.25342.5647.7651.96
HexBF4A6C03D2B191573034
Octal27711215407553315276064
Binary1011111110010101101100011110110101111001101010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A6C; }

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

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

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

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

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

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

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

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