#B04D6A

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

Shades of Blush #B04D6A

Tints of Blush #B04D6A

Color information

#B04D6A (or 0xB04D6A) is unknown color: approx Blush. HEX triplet: B0, 4D and 6A. RGB value is (176,77,106). Sum of RGB (Red+Green+Blue) = 176+77+106=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D6A is #4FB295. Grayscale: #6D6D6D. Windows color (decimal): -5223062 or 6966704. OLE color: 6966704.

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

Color convert

RGB17677106-
CMYK00.560.400.31
HSL342.42º39.13%49.61%-
HSV(B)342.42º56.25%69.02%-
XYZ23.1615.5815.42-
YUV109.91125.8175.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=49.03%
G=21.45%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767710600.560.400.31342.4239.1349.61
HexB04D6A038281F1562732
Octal26011515207050375264762
Binary1011000010011011101010011100010100011111101010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D6A; }

 p { color: rgb(176,77,106); }

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

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

 a { background-color: rgb(176,77,106); }

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

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

 span { border-color: rgb(176,77,106); }

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