#BF5462

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

Shades of Blush #BF5462

Tints of Blush #BF5462

Color information

#BF5462 (or 0xBF5462) is unknown color: approx Blush. HEX triplet: BF, 54 and 62. RGB value is (191,84,98). Sum of RGB (Red+Green+Blue) = 191+84+98=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5462 is #40AB9D. Grayscale: #757575. Windows color (decimal): -4238238 or 6444223. OLE color: 6444223.

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

Color convert

RGB1918498-
CMYK00.560.490.25
HSL352.15º45.53%53.92%-
HSV(B)352.15º56.02%74.9%-
XYZ26.8618.313.67-
YUV117.59116.95180.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=51.21%
G=22.52%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191849800.560.490.25352.1545.5353.92
HexBF546203831191602e36
Octal27712414207061315405666
Binary1011111110101001100010011100011000111001101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5462; }

 p { color: rgb(191,84,98); }

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

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

 a { background-color: rgb(191,84,98); }

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

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

 span { border-color: rgb(191,84,98); }

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