#BF5062

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

Shades of Blush #BF5062

Tints of Blush #BF5062

Color information

#BF5062 (or 0xBF5062) is unknown color: approx Blush. HEX triplet: BF, 50 and 62. RGB value is (191,80,98). Sum of RGB (Red+Green+Blue) = 191+80+98=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5062 is #40AF9D. Grayscale: #737373. Windows color (decimal): -4239262 or 6443199. OLE color: 6443199.

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

Color convert

RGB1918098-
CMYK00.580.490.25
HSL350.27º46.44%53.14%-
HSV(B)350.27º58.12%74.9%-
XYZ26.5617.713.57-
YUV115.24118.27182.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=51.76%
G=21.68%
B=26.56%

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
Decimal191809800.580.490.25350.2746.4453.14
HexBF506203A311915e2e35
Octal27712014207261315365665
Binary1011111110100001100010011101011000111001101011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5062; }

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

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

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

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

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

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

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

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