#BF5162

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

Shades of Blush #BF5162

Tints of Blush #BF5162

Color information

#BF5162 (or 0xBF5162) is unknown color: approx Blush. HEX triplet: BF, 51 and 62. RGB value is (191,81,98). Sum of RGB (Red+Green+Blue) = 191+81+98=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5162 is #40AE9D. Grayscale: #737373. Windows color (decimal): -4239006 or 6443455. OLE color: 6443455.

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

Color convert

RGB1918198-
CMYK00.580.490.25
HSL350.73º46.22%53.33%-
HSV(B)350.73º57.59%74.9%-
XYZ26.6317.8413.6-
YUV115.83117.94181.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=51.62%
G=21.89%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191819800.580.490.25350.7346.2253.33
HexBF516203A311915f2e35
Octal27712114207261315375665
Binary1011111110100011100010011101011000111001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5162; }

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

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

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

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

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

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

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

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