#B6616E

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

Shades of Blush #B6616E

Tints of Blush #B6616E

Color information

#B6616E (or 0xB6616E) is unknown color: approx Blush. HEX triplet: B6, 61 and 6E. RGB value is (182,97,110). Sum of RGB (Red+Green+Blue) = 182+97+110=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6616E is #499E91. Grayscale: #7B7B7B. Windows color (decimal): -4824722 or 7233974. OLE color: 7233974.

HSL color Cylindrical-coordinate representation of color #B6616E: hue angle of 350.82º 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 #B6616E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18297110-
CMYK00.470.400.29
HSL350.82º36.8%54.71%-
HSV(B)350.82º46.7%71.37%-
XYZ26.3819.6217.15-
YUV123.9120.16169.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=46.79%
G=24.94%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829711000.470.400.29350.8236.854.71
HexB6616E02F281D15f2537
Octal26614115605750355374567
Binary1011011011000011101110010111110100011101101011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6616E; }

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

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

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

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

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

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

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

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