#B1606E

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

Shades of Blush #B1606E

Tints of Blush #B1606E

Color information

#B1606E (or 0xB1606E) is unknown color: approx Blush. HEX triplet: B1, 60 and 6E. RGB value is (177,96,110). Sum of RGB (Red+Green+Blue) = 177+96+110=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1606E is #4E9F91. Grayscale: #797979. Windows color (decimal): -5152658 or 7233713. OLE color: 7233713.

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

Color convert

RGB17796110-
CMYK00.460.380.31
HSL349.63º34.18%53.53%-
HSV(B)349.63º45.76%69.41%-
XYZ25.1318.8417.06-
YUV121.82121.34167.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=46.21%
G=25.07%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779611000.460.380.31349.6334.1853.53
HexB1606E02E261F15e2236
Octal26114015605646375364266
Binary1011000111000001101110010111010011011111101011110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1606E; }

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

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

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

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

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

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

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

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