#BF3F63

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

Shades of Blush #BF3F63

Tints of Blush #BF3F63

Color information

#BF3F63 (or 0xBF3F63) is unknown color: approx Blush. HEX triplet: BF, 3F and 63. RGB value is (191,63,99). Sum of RGB (Red+Green+Blue) = 191+63+99=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F63 is #40C09C. Grayscale: #696969. Windows color (decimal): -4243613 or 6504383. OLE color: 6504383.

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

Color convert

RGB1916399-
CMYK00.670.480.25
HSL343.12º50.39%49.8%-
HSV(B)343.12º67.02%74.9%-
XYZ25.5215.5313.46-
YUV105.38124.41189.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=54.11%
G=17.85%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191639900.670.480.25343.1250.3949.8
HexBF3F6304330191573232
Octal27777143010360315276262
Binary1011111111111111000110100001111000011001101010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F63; }

 p { color: rgb(191,63,99); }

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

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

 a { background-color: rgb(191,63,99); }

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

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

 span { border-color: rgb(191,63,99); }

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