#b04f62

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

Shades of Blush #B04F62

Tints of Blush #B04F62

Color information

#B04F62 (or 0xB04F62) is unknown color: approx Blush. HEX triplet: B0, 4F and 62. RGB value is (176,79,98). Sum of RGB (Red+Green+Blue) = 176+79+98=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F62 is #4FB09D. Grayscale: #6E6E6E. Windows color (decimal): -5222558 or 6442928. OLE color: 6442928.

HSL color Cylindrical-coordinate representation of color #B04F62: hue angle of 348.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F62 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1767998-
CMYK00.550.440.31
HSL348.25º38.04%50%-
HSV(B)348.25º55.11%69.02%-
XYZ22.9115.713.38-
YUV110.17121.14174.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=49.86%
G=22.38%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176799800.550.440.31348.2538.0450
HexB04F620372C1F15c2632
Octal26011714206754375344662
Binary1011000010011111100010011011110110011111101011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04f62; }

 p { color: rgb(176,79,98); }

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

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

 a { background-color: rgb(176,79,98); }

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

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

 span { border-color: rgb(176,79,98); }

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