#BF5562

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

Shades of Blush #BF5562

Tints of Blush #BF5562

Color information

#BF5562 (or 0xBF5562) is unknown color: approx Blush. HEX triplet: BF, 55 and 62. RGB value is (191,85,98). Sum of RGB (Red+Green+Blue) = 191+85+98=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5562 is #40AA9D. Grayscale: #767676. Windows color (decimal): -4237982 or 6444479. OLE color: 6444479.

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

Color convert

RGB1918598-
CMYK00.550.490.25
HSL352.64º45.3%54.12%-
HSV(B)352.64º55.5%74.9%-
XYZ26.9418.4613.7-
YUV118.18116.62179.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=51.07%
G=22.73%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191859800.550.490.25352.6445.354.12
HexBF556203731191612d36
Octal27712514206761315415566
Binary1011111110101011100010011011111000111001101100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5562; }

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

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

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

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

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

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

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

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