#BF485B

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

Shades of Blush #BF485B

Tints of Blush #BF485B

Color information

#BF485B (or 0xBF485B) is unknown color: approx Blush. HEX triplet: BF, 48 and 5B. RGB value is (191,72,91). Sum of RGB (Red+Green+Blue) = 191+72+91=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF485B is #40B7A4. Grayscale: #6D6D6D. Windows color (decimal): -4241317 or 5982399. OLE color: 5982399.

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

Color convert

RGB1917291-
CMYK00.620.520.25
HSL350.42º48.18%51.57%-
HSV(B)350.42º62.3%74.9%-
XYZ25.6916.4711.72-
YUV109.75117.42185.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=53.95%
G=20.34%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191729100.620.520.25350.4248.1851.57
HexBF485B03E341915e3034
Octal27711013307664315366064
Binary1011111110010001011011011111011010011001101011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF485B; }

 p { color: rgb(191,72,91); }

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

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

 a { background-color: rgb(191,72,91); }

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

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

 span { border-color: rgb(191,72,91); }

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