#BF5066

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

Shades of Blush #BF5066

Tints of Blush #BF5066

Color information

#BF5066 (or 0xBF5066) is unknown color: approx Blush. HEX triplet: BF, 50 and 66. RGB value is (191,80,102). Sum of RGB (Red+Green+Blue) = 191+80+102=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5066 is #40AF99. Grayscale: #737373. Windows color (decimal): -4239258 or 6705343. OLE color: 6705343.

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

Color convert

RGB19180102-
CMYK00.580.470.25
HSL348.11º46.44%53.14%-
HSV(B)348.11º58.12%74.9%-
XYZ26.7517.7714.59-
YUV115.7120.27181.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=51.21%
G=21.45%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918010200.580.470.25348.1146.4453.14
HexBF506603A2F1915c2e35
Octal27712014607257315345665
Binary1011111110100001100110011101010111111001101011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5066; }

 p { color: rgb(191,80,102); }

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

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

 a { background-color: rgb(191,80,102); }

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

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

 span { border-color: rgb(191,80,102); }

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