#BF4268

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

Shades of Blush #BF4268

Tints of Blush #BF4268

Color information

#BF4268 (or 0xBF4268) is unknown color: approx Blush. HEX triplet: BF, 42 and 68. RGB value is (191,66,104). Sum of RGB (Red+Green+Blue) = 191+66+104=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4268 is #40BD97. Grayscale: #6B6B6B. Windows color (decimal): -4242840 or 6832831. OLE color: 6832831.

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

Color convert

RGB19166104-
CMYK00.650.460.25
HSL341.76º49.41%50.39%-
HSV(B)341.76º65.45%74.9%-
XYZ25.9315.9714.81-
YUV107.71125.91187.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=52.91%
G=18.28%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916610400.650.460.25341.7649.4150.39
HexBF42680412E191563132
Octal277102150010156315266162
Binary10111111100001011010000100000110111011001101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4268; }

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

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

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

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

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

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

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

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