#BF5468

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

Shades of Blush #BF5468

Tints of Blush #BF5468

Color information

#BF5468 (or 0xBF5468) is unknown color: approx Blush. HEX triplet: BF, 54 and 68. RGB value is (191,84,104). Sum of RGB (Red+Green+Blue) = 191+84+104=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5468 is #40AB97. Grayscale: #767676. Windows color (decimal): -4238232 or 6837439. OLE color: 6837439.

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

Color convert

RGB19184104-
CMYK00.560.460.25
HSL348.79º45.53%53.92%-
HSV(B)348.79º56.02%74.9%-
XYZ27.1518.4215.22-
YUV118.27119.95179.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=50.40%
G=22.16%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918410400.560.460.25348.7945.5353.92
HexBF54680382E1915d2e36
Octal27712415007056315355666
Binary1011111110101001101000011100010111011001101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5468; }

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

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

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

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

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

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

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

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