#B16064

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

Shades of Blush #B16064

Tints of Blush #B16064

Color information

#B16064 (or 0xB16064) is unknown color: approx Blush. HEX triplet: B1, 60 and 64. RGB value is (177,96,100). Sum of RGB (Red+Green+Blue) = 177+96+100=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B16064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16064 is #4E9F9B. Grayscale: #787878. Windows color (decimal): -5152668 or 6578353. OLE color: 6578353.

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

Color convert

RGB17796100-
CMYK00.460.440.31
HSL357.04º34.18%53.53%-
HSV(B)357.04º45.76%69.41%-
XYZ24.6118.6314.36-
YUV120.68116.34168.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=47.45%
G=25.74%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779610000.460.440.31357.0434.1853.53
HexB1606402E2C1F1652236
Octal26114014405654375454266
Binary1011000111000001100100010111010110011111101100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16064; }

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

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

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

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

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

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

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

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