#BF5F69

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

Shades of Blush #BF5F69

Tints of Blush #BF5F69

Color information

#BF5F69 (or 0xBF5F69) is unknown color: approx Blush. HEX triplet: BF, 5F and 69. RGB value is (191,95,105). Sum of RGB (Red+Green+Blue) = 191+95+105=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F69 is #40A096. Grayscale: #7C7C7C. Windows color (decimal): -4235415 or 6905791. OLE color: 6905791.

HSL color Cylindrical-coordinate representation of color #BF5F69: hue angle of 353.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F69 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19195105-
CMYK00.500.450.25
HSL353.75º42.86%56.08%-
HSV(B)353.75º50.26%74.9%-
XYZ28.1320.2815.8-
YUV124.84116.8175.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=48.85%
G=24.30%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919510500.500.450.25353.7542.8656.08
HexBF5F690322D191622b38
Octal27713715106255315425370
Binary1011111110111111101001011001010110111001101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F69; }

 p { color: rgb(191,95,105); }

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

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

 a { background-color: rgb(191,95,105); }

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

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

 span { border-color: rgb(191,95,105); }

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