#B04F6C

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

Shades of Blush #B04F6C

Tints of Blush #B04F6C

Color information

#B04F6C (or 0xB04F6C) is unknown color: approx Blush. HEX triplet: B0, 4F and 6C. RGB value is (176,79,108). Sum of RGB (Red+Green+Blue) = 176+79+108=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F6C is #4FB093. Grayscale: #6F6F6F. Windows color (decimal): -5222548 or 7098288. OLE color: 7098288.

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

Color convert

RGB17679108-
CMYK00.550.390.31
HSL342.06º38.04%50%-
HSV(B)342.06º55.11%69.02%-
XYZ23.4115.916.02-
YUV111.31126.14174.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=48.48%
G=21.76%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767910800.550.390.31342.0638.0450
HexB04F6C037271F1562632
Octal26011715406747375264662
Binary1011000010011111101100011011110011111111101010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F6C; }

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

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

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

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

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

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

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

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