#BB496A

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

Shades of Blush #BB496A

Tints of Blush #BB496A

Color information

#BB496A (or 0xBB496A) is unknown color: approx Blush. HEX triplet: BB, 49 and 6A. RGB value is (187,73,106). Sum of RGB (Red+Green+Blue) = 187+73+106=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB496A is #44B695. Grayscale: #6E6E6E. Windows color (decimal): -4503190 or 6965691. OLE color: 6965691.

HSL color Cylindrical-coordinate representation of color #BB496A: hue angle of 342.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB496A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18773106-
CMYK00.610.430.27
HSL342.63º45.6%50.98%-
HSV(B)342.63º60.96%73.33%-
XYZ25.4816.3715.45-
YUV110.85125.27182.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=51.09%
G=19.95%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877310600.610.430.27342.6345.650.98
HexBB496A03D2B1B1572e33
Octal27311115207553335275663
Binary1011101110010011101010011110110101111011101010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB496A; }

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

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

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

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

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

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

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

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