#B04B66

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

Shades of Blush #B04B66

Tints of Blush #B04B66

Color information

#B04B66 (or 0xB04B66) is unknown color: approx Blush. HEX triplet: B0, 4B and 66. RGB value is (176,75,102). Sum of RGB (Red+Green+Blue) = 176+75+102=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B66 is #4FB499. Grayscale: #6C6C6C. Windows color (decimal): -5223578 or 6704048. OLE color: 6704048.

HSL color Cylindrical-coordinate representation of color #B04B66: hue angle of 343.96º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B66 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17675102-
CMYK00.570.420.31
HSL343.96º40.24%49.22%-
HSV(B)343.96º57.39%69.02%-
XYZ22.8215.2214.31-
YUV108.28124.46176.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=49.86%
G=21.25%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767510200.570.420.31343.9640.2449.22
HexB04B660392A1F1582831
Octal26011314607152375305061
Binary1011000010010111100110011100110101011111101011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B66; }

 p { color: rgb(176,75,102); }

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

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

 a { background-color: rgb(176,75,102); }

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

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

 span { border-color: rgb(176,75,102); }

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