#B16072

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

Shades of Blush #B16072

Tints of Blush #B16072

Color information

#B16072 (or 0xB16072) is unknown color: approx Blush. HEX triplet: B1, 60 and 72. RGB value is (177,96,114). Sum of RGB (Red+Green+Blue) = 177+96+114=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B16072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16072 is #4E9F8D. Grayscale: #7A7A7A. Windows color (decimal): -5152654 or 7495857. OLE color: 7495857.

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

Color convert

RGB17796114-
CMYK00.460.360.31
HSL346.67º34.18%53.53%-
HSV(B)346.67º45.76%69.41%-
XYZ25.3518.9318.24-
YUV122.27123.34167.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=45.74%
G=24.81%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779611400.460.360.31346.6734.1853.53
HexB1607202E241F15b2236
Octal26114016205644375334266
Binary1011000111000001110010010111010010011111101011011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16072; }

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

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

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

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

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

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

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

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