#B16066

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

Shades of Blush #B16066

Tints of Blush #B16066

Color information

#B16066 (or 0xB16066) is unknown color: approx Blush. HEX triplet: B1, 60 and 66. RGB value is (177,96,102). Sum of RGB (Red+Green+Blue) = 177+96+102=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16066 is #4E9F99. Grayscale: #787878. Windows color (decimal): -5152666 or 6709425. OLE color: 6709425.

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

Color convert

RGB17796102-
CMYK00.460.420.31
HSL355.56º34.18%53.53%-
HSV(B)355.56º45.76%69.41%-
XYZ24.7118.6714.87-
YUV120.9117.34168.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=47.2%
G=25.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779610200.460.420.31355.5634.1853.53
HexB1606602E2A1F1642236
Octal26114014605652375444266
Binary1011000111000001100110010111010101011111101100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16066; }

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

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

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

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

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

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

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

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