#B6616A

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

Shades of Blush #B6616A

Tints of Blush #B6616A

Color information

#B6616A (or 0xB6616A) is unknown color: approx Blush. HEX triplet: B6, 61 and 6A. RGB value is (182,97,106). Sum of RGB (Red+Green+Blue) = 182+97+106=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6616A is #499E95. Grayscale: #7B7B7B. Windows color (decimal): -4824726 or 6971830. OLE color: 6971830.

HSL color Cylindrical-coordinate representation of color #B6616A: hue angle of 353.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6616A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18297106-
CMYK00.470.420.29
HSL353.65º36.8%54.71%-
HSV(B)353.65º46.7%71.37%-
XYZ26.1719.5416.03-
YUV123.44118.16169.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=47.27%
G=25.19%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829710600.470.420.29353.6536.854.71
HexB6616A02F2A1D1622537
Octal26614115205752355424567
Binary1011011011000011101010010111110101011101101100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6616A; }

 p { color: rgb(182,97,106); }

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

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

 a { background-color: rgb(182,97,106); }

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

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

 span { border-color: rgb(182,97,106); }

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