#BF425F

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

Shades of Blush #BF425F

Tints of Blush #BF425F

Color information

#BF425F (or 0xBF425F) is unknown color: approx Blush. HEX triplet: BF, 42 and 5F. RGB value is (191,66,95). Sum of RGB (Red+Green+Blue) = 191+66+95=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF425F is #40BDA0. Grayscale: #6A6A6A. Windows color (decimal): -4242849 or 6243007. OLE color: 6243007.

HSL color Cylindrical-coordinate representation of color #BF425F: hue angle of 346.08º 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 #BF425F is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1916695-
CMYK00.650.500.25
HSL346.08º49.41%50.39%-
HSV(B)346.08º65.45%74.9%-
XYZ25.515.812.53-
YUV106.68121.41188.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=54.26%
G=18.75%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191669500.650.500.25346.0849.4150.39
HexBF425F041321915a3132
Octal277102137010162315326162
Binary10111111100001010111110100000111001011001101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF425F; }

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

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

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

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

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

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

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

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