#B16168

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

Shades of Blush #B16168

Tints of Blush #B16168

Color information

#B16168 (or 0xB16168) is unknown color: approx Blush. HEX triplet: B1, 61 and 68. RGB value is (177,97,104). Sum of RGB (Red+Green+Blue) = 177+97+104=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16168 is #4E9E97. Grayscale: #797979. Windows color (decimal): -5152408 or 6840753. OLE color: 6840753.

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

Color convert

RGB17797104-
CMYK00.450.410.31
HSL354.75º33.9%53.73%-
HSV(B)354.75º45.2%69.41%-
XYZ24.918.915.43-
YUV121.72118167.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=46.83%
G=25.66%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779710400.450.410.31354.7533.953.73
HexB1616802D291F1632236
Octal26114115005551375434266
Binary1011000111000011101000010110110100111111101100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16168; }

 p { color: rgb(177,97,104); }

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

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

 a { background-color: rgb(177,97,104); }

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

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

 span { border-color: rgb(177,97,104); }

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