#B2496A

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

Shades of Blush #B2496A

Tints of Blush #B2496A

Color information

#B2496A (or 0xB2496A) is unknown color: approx Blush. HEX triplet: B2, 49 and 6A. RGB value is (178,73,106). Sum of RGB (Red+Green+Blue) = 178+73+106=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2496A is #4DB695. Grayscale: #6C6C6C. Windows color (decimal): -5093014 or 6965682. OLE color: 6965682.

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

Color convert

RGB17873106-
CMYK00.590.400.30
HSL341.14º41.83%49.22%-
HSV(B)341.14º58.99%69.8%-
XYZ23.3415.2715.35-
YUV108.16126.79177.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=49.86%
G=20.45%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787310600.590.400.30341.1441.8349.22
HexB2496A03B281E1552a31
Octal26211115207350365255261
Binary1011001010010011101010011101110100011110101010101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2496A; }

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

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

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

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

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

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

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

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