#B4575E

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

Shades of Blush #B4575E

Tints of Blush #B4575E

Color information

#B4575E (or 0xB4575E) is unknown color: approx Blush. HEX triplet: B4, 57 and 5E. RGB value is (180,87,94). Sum of RGB (Red+Green+Blue) = 180+87+94=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4575E is #4BA8A1. Grayscale: #737373. Windows color (decimal): -4958370 or 6182836. OLE color: 6182836.

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

Color convert

RGB1808794-
CMYK00.520.480.29
HSL355.48º38.27%52.35%-
HSV(B)355.48º51.67%70.59%-
XYZ24.2517.3312.66-
YUV115.6115.81173.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=49.86%
G=24.10%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180879400.520.480.29355.4838.2752.35
HexB4575E034301D1632634
Octal26412713606460355434664
Binary1011010010101111011110011010011000011101101100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4575E; }

 p { color: rgb(180,87,94); }

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

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

 a { background-color: rgb(180,87,94); }

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

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

 span { border-color: rgb(180,87,94); }

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