#B06165

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

Shades of Blush #B06165

Tints of Blush #B06165

Color information

#B06165 (or 0xB06165) is unknown color: approx Blush. HEX triplet: B0, 61 and 65. RGB value is (176,97,101). Sum of RGB (Red+Green+Blue) = 176+97+101=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06165 is #4F9E9A. Grayscale: #797979. Windows color (decimal): -5217947 or 6644144. OLE color: 6644144.

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

Color convert

RGB17697101-
CMYK00.450.430.31
HSL356.96º33.33%53.53%-
HSV(B)356.96º44.89%69.02%-
XYZ24.5318.7214.63-
YUV121.08116.67167.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=47.06%
G=25.94%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769710100.450.430.31356.9633.3353.53
HexB0616502D2B1F1652136
Octal26014114505553375454166
Binary1011000011000011100101010110110101111111101100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06165; }

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

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

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

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

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

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

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

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