#BF4A68

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

Shades of Blush #BF4A68

Tints of Blush #BF4A68

Color information

#BF4A68 (or 0xBF4A68) is unknown color: approx Blush. HEX triplet: BF, 4A and 68. RGB value is (191,74,104). Sum of RGB (Red+Green+Blue) = 191+74+104=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A68 is #40B597. Grayscale: #707070. Windows color (decimal): -4240792 or 6834879. OLE color: 6834879.

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

Color convert

RGB19174104-
CMYK00.610.460.25
HSL344.62º47.76%51.96%-
HSV(B)344.62º61.26%74.9%-
XYZ26.4316.9714.98-
YUV112.4123.26184.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=51.76%
G=20.05%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917410400.610.460.25344.6247.7651.96
HexBF4A6803D2E191593034
Octal27711215007556315316064
Binary1011111110010101101000011110110111011001101011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A68; }

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

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

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

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

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

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

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

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