#B1526E

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

Shades of Blush #B1526E

Tints of Blush #B1526E

Color information

#B1526E (or 0xB1526E) is unknown color: approx Blush. HEX triplet: B1, 52 and 6E. RGB value is (177,82,110). Sum of RGB (Red+Green+Blue) = 177+82+110=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1526E is #4EAD91. Grayscale: #717171. Windows color (decimal): -5156242 or 7230129. OLE color: 7230129.

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

Color convert

RGB17782110-
CMYK00.540.380.31
HSL342.32º37.85%50.78%-
HSV(B)342.32º53.67%69.41%-
XYZ23.9616.5116.68-
YUV113.6125.97173.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=47.97%
G=22.22%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778211000.540.380.31342.3237.8550.78
HexB1526E036261F1562633
Octal26112215606646375264663
Binary1011000110100101101110011011010011011111101010110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1526E; }

 p { color: rgb(177,82,110); }

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

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

 a { background-color: rgb(177,82,110); }

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

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

 span { border-color: rgb(177,82,110); }

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