#b06166

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

Shades of Blush #B06166

Tints of Blush #B06166

Color information

#B06166 (or 0xB06166) is unknown color: approx Blush. HEX triplet: B0, 61 and 66. RGB value is (176,97,102). Sum of RGB (Red+Green+Blue) = 176+97+102=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06166 is #4F9E99. Grayscale: #797979. Windows color (decimal): -5217946 or 6709680. OLE color: 6709680.

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

Color convert

RGB17697102-
CMYK00.450.420.31
HSL356.2º33.33%53.53%-
HSV(B)356.2º44.89%69.02%-
XYZ24.5818.7414.89-
YUV121.19117.17167.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=46.93%
G=25.87%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769710200.450.420.31356.233.3353.53
HexB0616602D2A1F1642136
Octal26014114605552375444166
Binary1011000011000011100110010110110101011111101100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06166; }

 p { color: rgb(176,97,102); }

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

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

 a { background-color: rgb(176,97,102); }

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

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

 span { border-color: rgb(176,97,102); }

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