#BF425C

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

Shades of Blush #BF425C

Tints of Blush #BF425C

Color information

#BF425C (or 0xBF425C) is unknown color: approx Blush. HEX triplet: BF, 42 and 5C. RGB value is (191,66,92). Sum of RGB (Red+Green+Blue) = 191+66+92=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF425C is #40BDA3. Grayscale: #6A6A6A. Windows color (decimal): -4242852 or 6046399. OLE color: 6046399.

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

Color convert

RGB1916692-
CMYK00.650.520.25
HSL347.52º49.41%50.39%-
HSV(B)347.52º65.45%74.9%-
XYZ25.3715.7511.83-
YUV106.34119.91188.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=54.73%
G=18.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191669200.650.520.25347.5249.4150.39
HexBF425C041341915c3132
Octal277102134010164315346162
Binary10111111100001010111000100000111010011001101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF425C; }

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

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

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

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

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

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

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

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