#B06169

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

Shades of Blush #B06169

Tints of Blush #B06169

Color information

#B06169 (or 0xB06169) is unknown color: approx Blush. HEX triplet: B0, 61 and 69. RGB value is (176,97,105). Sum of RGB (Red+Green+Blue) = 176+97+105=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06169 is #4F9E96. Grayscale: #797979. Windows color (decimal): -5217943 or 6906288. OLE color: 6906288.

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

Color convert

RGB17697105-
CMYK00.450.400.31
HSL353.92º33.33%53.53%-
HSV(B)353.92º44.89%69.02%-
XYZ24.7318.815.69-
YUV121.53118.67166.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=46.56%
G=25.66%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769710500.450.400.31353.9233.3353.53
HexB0616902D281F1622136
Octal26014115105550375424166
Binary1011000011000011101001010110110100011111101100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06169; }

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

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

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

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

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

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

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

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