#b04f6d

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

Shades of Blush #B04F6D

Tints of Blush #B04F6D

Color information

#B04F6D (or 0xB04F6D) is unknown color: approx Blush. HEX triplet: B0, 4F and 6D. RGB value is (176,79,109). Sum of RGB (Red+Green+Blue) = 176+79+109=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F6D is #4FB092. Grayscale: #6F6F6F. Windows color (decimal): -5222547 or 7163824. OLE color: 7163824.

HSL color Cylindrical-coordinate representation of color #B04F6D: hue angle of 341.44º 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 #B04F6D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17679109-
CMYK00.550.380.31
HSL341.44º38.04%50%-
HSV(B)341.44º55.11%69.02%-
XYZ23.4615.9316.31-
YUV111.42126.64174.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=48.35%
G=21.70%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767910900.550.380.31341.4438.0450
HexB04F6D037261F1552632
Octal26011715506746375254662
Binary1011000010011111101101011011110011011111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04f6d; }

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

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

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

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

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

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

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

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