#BF5A68

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

Shades of Blush #BF5A68

Tints of Blush #BF5A68

Color information

#BF5A68 (or 0xBF5A68) is unknown color: approx Blush. HEX triplet: BF, 5A and 68. RGB value is (191,90,104). Sum of RGB (Red+Green+Blue) = 191+90+104=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A68 is #40A597. Grayscale: #797979. Windows color (decimal): -4236696 or 6838975. OLE color: 6838975.

HSL color Cylindrical-coordinate representation of color #BF5A68: hue angle of 351.68º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A68 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19190104-
CMYK00.530.460.25
HSL351.68º44.1%55.1%-
HSV(B)351.68º52.88%74.9%-
XYZ27.6419.3915.38-
YUV121.79117.96177.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=49.61%
G=23.38%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919010400.530.460.25351.6844.155.1
HexBF5A680352E191602c37
Octal27713215006556315405467
Binary1011111110110101101000011010110111011001101100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A68; }

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

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

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

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

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

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

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

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