#B2616C

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

Shades of Blush #B2616C

Tints of Blush #B2616C

Color information

#B2616C (or 0xB2616C) is unknown color: approx Blush. HEX triplet: B2, 61 and 6C. RGB value is (178,97,108). Sum of RGB (Red+Green+Blue) = 178+97+108=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2616C is #4D9E93. Grayscale: #7A7A7A. Windows color (decimal): -5086868 or 7102898. OLE color: 7102898.

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

Color convert

RGB17897108-
CMYK00.460.390.30
HSL351.85º34.47%53.92%-
HSV(B)351.85º45.51%69.8%-
XYZ25.3419.116.54-
YUV122.47119.84167.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=46.48%
G=25.33%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789710800.460.390.30351.8534.4753.92
HexB2616C02E271E1602236
Octal26214115405647365404266
Binary1011001011000011101100010111010011111110101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2616C; }

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

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

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

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

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

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

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

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