#B2616A

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

Shades of Blush #B2616A

Tints of Blush #B2616A

Color information

#B2616A (or 0xB2616A) is unknown color: approx Blush. HEX triplet: B2, 61 and 6A. RGB value is (178,97,106). Sum of RGB (Red+Green+Blue) = 178+97+106=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2616A is #4D9E95. Grayscale: #7A7A7A. Windows color (decimal): -5086870 or 6971826. OLE color: 6971826.

HSL color Cylindrical-coordinate representation of color #B2616A: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2616A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17897106-
CMYK00.460.400.30
HSL353.33º34.47%53.92%-
HSV(B)353.33º45.51%69.8%-
XYZ25.2419.0515.98-
YUV122.24118.84167.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=46.72%
G=25.46%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789710600.460.400.30353.3334.4753.92
HexB2616A02E281E1612236
Octal26214115205650365414266
Binary1011001011000011101010010111010100011110101100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2616A; }

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

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

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

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

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

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

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

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