#BF475F

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

Shades of Blush #BF475F

Tints of Blush #BF475F

Color information

#BF475F (or 0xBF475F) is unknown color: approx Blush. HEX triplet: BF, 47 and 5F. RGB value is (191,71,95). Sum of RGB (Red+Green+Blue) = 191+71+95=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF475F is #40B8A0. Grayscale: #6D6D6D. Windows color (decimal): -4241569 or 6244287. OLE color: 6244287.

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

Color convert

RGB1917195-
CMYK00.630.500.25
HSL348º48.39%51.37%-
HSV(B)348º62.83%74.9%-
XYZ25.816.4112.63-
YUV109.62119.76186.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=53.50%
G=19.89%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191719500.630.500.2534848.3951.37
HexBF475F03F321915c3033
Octal27710713707762315346063
Binary1011111110001111011111011111111001011001101011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF475F; }

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

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

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

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

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

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

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

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