#B06164

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

Shades of Blush #B06164

Tints of Blush #B06164

Color information

#B06164 (or 0xB06164) is unknown color: approx Blush. HEX triplet: B0, 61 and 64. RGB value is (176,97,100). Sum of RGB (Red+Green+Blue) = 176+97+100=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B06164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06164 is #4F9E9B. Grayscale: #797979. Windows color (decimal): -5217948 or 6578608. OLE color: 6578608.

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

Color convert

RGB17697100-
CMYK00.450.430.31
HSL357.72º33.33%53.53%-
HSV(B)357.72º44.89%69.02%-
XYZ24.4818.714.38-
YUV120.96116.17167.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=47.18%
G=26.01%
B=26.81%

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
Decimal1769710000.450.430.31357.7233.3353.53
HexB0616402D2B1F1662136
Octal26014114405553375464166
Binary1011000011000011100100010110110101111111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06164; }

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

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

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

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

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

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

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

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