#B284A2

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

Shades of Bouquet #B284A2

Tints of Bouquet #B284A2

Color information

#B284A2 (or 0xB284A2) is unknown color: approx Bouquet. HEX triplet: B2, 84 and A2. RGB value is (178,132,162). Sum of RGB (Red+Green+Blue) = 178+132+162=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B284A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B284A2 is #4D7B5D. Grayscale: #959595. Windows color (decimal): -5077854 or 10650802. OLE color: 10650802.

HSL color Cylindrical-coordinate representation of color #B284A2: hue angle of 320.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B284A2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB178132162-
CMYK00.260.090.30
HSL320.87º23%60.78%-
HSV(B)320.87º25.84%69.8%-
XYZ33.1328.5837.95-
YUV149.17135.24148.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=37.71%
G=27.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813216200.260.090.30320.872360.78
HexB284A201A91E141173d
Octal26220424203211365012775
Binary10110010100001001010001001101010011111010100000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284A2; }

 p { color: rgb(178,132,162); }

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

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

 a { background-color: rgb(178,132,162); }

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

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

 span { border-color: rgb(178,132,162); }

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