#BF4D6A

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

Shades of Blush #BF4D6A

Tints of Blush #BF4D6A

Color information

#BF4D6A (or 0xBF4D6A) is unknown color: approx Blush. HEX triplet: BF, 4D and 6A. RGB value is (191,77,106). Sum of RGB (Red+Green+Blue) = 191+77+106=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D6A is #40B295. Grayscale: #727272. Windows color (decimal): -4240022 or 6966719. OLE color: 6966719.

HSL color Cylindrical-coordinate representation of color #BF4D6A: hue angle of 344.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D6A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19177106-
CMYK00.600.450.25
HSL344.74º47.11%52.55%-
HSV(B)344.74º59.69%74.9%-
XYZ26.7417.4215.59-
YUV114.39123.27182.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=51.07%
G=20.59%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917710600.600.450.25344.7447.1152.55
HexBF4D6A03C2D191592f35
Octal27711515207455315315765
Binary1011111110011011101010011110010110111001101011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D6A; }

 p { color: rgb(191,77,106); }

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

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

 a { background-color: rgb(191,77,106); }

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

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

 span { border-color: rgb(191,77,106); }

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