#B490A6

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

Shades of Bouquet #B490A6

Tints of Bouquet #B490A6

Color information

#B490A6 (or 0xB490A6) is unknown color: approx Bouquet. HEX triplet: B4, 90 and A6. RGB value is (180,144,166). Sum of RGB (Red+Green+Blue) = 180+144+166=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B490A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B490A6 is #4B6F59. Grayscale: #9D9D9D. Windows color (decimal): -4943706 or 10916020. OLE color: 10916020.

HSL color Cylindrical-coordinate representation of color #B490A6: hue angle of 323.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B490A6 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB180144166-
CMYK00.20.080.29
HSL323.33º19.35%63.53%-
HSV(B)323.33º20%70.59%-
XYZ35.6832.440.45-
YUV157.27132.93144.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=36.73%
G=29.39%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014416600.20.080.29323.3319.3563.53
HexB490A601481D1431340
Octal264220246024103550323100
Binary101101001001000010100110010100100011101101000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490A6; }

 p { color: rgb(180,144,166); }

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

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

 a { background-color: rgb(180,144,166); }

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

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

 span { border-color: rgb(180,144,166); }

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