#B5576F

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

Shades of Blush #B5576F

Tints of Blush #B5576F

Color information

#B5576F (or 0xB5576F) is unknown color: approx Blush. HEX triplet: B5, 57 and 6F. RGB value is (181,87,111). Sum of RGB (Red+Green+Blue) = 181+87+111=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5576F is #4AA890. Grayscale: #757575. Windows color (decimal): -4892817 or 7296949. OLE color: 7296949.

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

Color convert

RGB18187111-
CMYK00.520.390.29
HSL344.68º38.84%52.55%-
HSV(B)344.68º51.93%70.98%-
XYZ25.3317.7917.14-
YUV117.84124.14173.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=47.76%
G=22.96%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818711100.520.390.29344.6838.8452.55
HexB5576F034271D1592735
Octal26512715706447355314765
Binary1011010110101111101111011010010011111101101011001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5576F; }

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

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

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

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

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

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

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

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