#B290A5

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

Shades of Bouquet #B290A5

Tints of Bouquet #B290A5

Color information

#B290A5 (or 0xB290A5) is unknown color: approx Bouquet. HEX triplet: B2, 90 and A5. RGB value is (178,144,165). Sum of RGB (Red+Green+Blue) = 178+144+165=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B290A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290A5 is #4D6F5A. Grayscale: #9C9C9C. Windows color (decimal): -5074779 or 10850482. OLE color: 10850482.

HSL color Cylindrical-coordinate representation of color #B290A5: hue angle of 322.94º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B290A5 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178144165-
CMYK00.190.070.30
HSL322.94º18.09%63.14%-
HSV(B)322.94º19.1%69.8%-
XYZ35.1232.1339.95-
YUV156.56132.76143.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=36.55%
G=29.57%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814416500.190.070.30322.9418.0963.14
HexB290A501371E143123f
Octal2622202450237365032277
Binary1011001010010000101001010100111111111010100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290A5; }

 p { color: rgb(178,144,165); }

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

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

 a { background-color: rgb(178,144,165); }

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

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

 span { border-color: rgb(178,144,165); }

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