#B0576C

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

Shades of Blush #B0576C

Tints of Blush #B0576C

Color information

#B0576C (or 0xB0576C) is unknown color: approx Blush. HEX triplet: B0, 57 and 6C. RGB value is (176,87,108). Sum of RGB (Red+Green+Blue) = 176+87+108=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0576C is #4FA893. Grayscale: #747474. Windows color (decimal): -5220500 or 7100336. OLE color: 7100336.

HSL color Cylindrical-coordinate representation of color #B0576C: hue angle of 345.84º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0576C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17687108-
CMYK00.510.390.31
HSL345.84º36.03%51.57%-
HSV(B)345.84º50.57%69.02%-
XYZ24.0217.1316.23-
YUV116123.49170.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=47.44%
G=23.45%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768710800.510.390.31345.8436.0351.57
HexB0576C033271F15a2434
Octal26012715406347375324464
Binary1011000010101111101100011001110011111111101011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0576C; }

 p { color: rgb(176,87,108); }

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

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

 a { background-color: rgb(176,87,108); }

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

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

 span { border-color: rgb(176,87,108); }

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