#B0576E

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

Shades of Blush #B0576E

Tints of Blush #B0576E

Color information

#B0576E (or 0xB0576E) is unknown color: approx Blush. HEX triplet: B0, 57 and 6E. RGB value is (176,87,110). Sum of RGB (Red+Green+Blue) = 176+87+110=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0576E is #4FA891. Grayscale: #747474. Windows color (decimal): -5220498 or 7231408. OLE color: 7231408.

HSL color Cylindrical-coordinate representation of color #B0576E: hue angle of 344.49º 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 #B0576E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17687110-
CMYK00.510.370.31
HSL344.49º36.03%51.57%-
HSV(B)344.49º50.57%69.02%-
XYZ24.1317.1716.79-
YUV116.23124.49170.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=47.18%
G=23.32%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768711000.510.370.31344.4936.0351.57
HexB0576E033251F1582434
Octal26012715606345375304464
Binary1011000010101111101110011001110010111111101011000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0576E; }

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

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

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

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

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

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

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

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