#B4576A

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

Shades of Blush #B4576A

Tints of Blush #B4576A

Color information

#B4576A (or 0xB4576A) is unknown color: approx Blush. HEX triplet: B4, 57 and 6A. RGB value is (180,87,106). Sum of RGB (Red+Green+Blue) = 180+87+106=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4576A is #4BA895. Grayscale: #747474. Windows color (decimal): -4958358 or 6969268. OLE color: 6969268.

HSL color Cylindrical-coordinate representation of color #B4576A: hue angle of 347.74º 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 #B4576A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18087106-
CMYK00.520.410.29
HSL347.74º38.27%52.35%-
HSV(B)347.74º51.67%70.59%-
XYZ24.8317.5615.72-
YUV116.97121.81172.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=48.26%
G=23.32%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808710600.520.410.29347.7438.2752.35
HexB4576A034291D15c2634
Octal26412715206451355344664
Binary1011010010101111101010011010010100111101101011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4576A; }

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

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

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

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

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

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

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

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