#B2849E

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

Shades of Bouquet #B2849E

Tints of Bouquet #B2849E

Color information

#B2849E (or 0xB2849E) is unknown color: approx Bouquet. HEX triplet: B2, 84 and 9E. RGB value is (178,132,158). Sum of RGB (Red+Green+Blue) = 178+132+158=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2849E is #4D7B61. Grayscale: #949494. Windows color (decimal): -5077858 or 10388658. OLE color: 10388658.

HSL color Cylindrical-coordinate representation of color #B2849E: hue angle of 326.09º 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 #B2849E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178132158-
CMYK00.260.110.30
HSL326.09º23%60.78%-
HSV(B)326.09º25.84%69.8%-
XYZ32.7828.4436.11-
YUV148.72133.24148.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=38.03%
G=28.21%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813215800.260.110.30326.092360.78
HexB2849E01AB1E146173d
Octal26220423603213365062775
Binary10110010100001001001111001101010111111010100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2849E; }

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

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

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

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

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

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

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

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