#B3576F

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

Shades of Blush #B3576F

Tints of Blush #B3576F

Color information

#B3576F (or 0xB3576F) is unknown color: approx Blush. HEX triplet: B3, 57 and 6F. RGB value is (179,87,111). Sum of RGB (Red+Green+Blue) = 179+87+111=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3576F is #4CA890. Grayscale: #757575. Windows color (decimal): -5023889 or 7296947. OLE color: 7296947.

HSL color Cylindrical-coordinate representation of color #B3576F: hue angle of 344.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3576F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17987111-
CMYK00.510.380.30
HSL344.35º37.7%52.16%-
HSV(B)344.35º51.4%70.2%-
XYZ24.8717.5517.12-
YUV117.24124.48172.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=47.48%
G=23.08%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798711100.510.380.30344.3537.752.16
HexB3576F033261E1582634
Octal26312715706346365304664
Binary1011001110101111101111011001110011011110101011000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3576F; }

 p { color: rgb(179,87,111); }

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

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

 a { background-color: rgb(179,87,111); }

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

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

 span { border-color: rgb(179,87,111); }

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