#B2849C

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

Shades of Bouquet #B2849C

Tints of Bouquet #B2849C

Color information

#B2849C (or 0xB2849C) is unknown color: approx Bouquet. HEX triplet: B2, 84 and 9C. RGB value is (178,132,156). Sum of RGB (Red+Green+Blue) = 178+132+156=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2849C is #4D7B63. Grayscale: #949494. Windows color (decimal): -5077860 or 10257586. OLE color: 10257586.

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

Color convert

RGB178132156-
CMYK00.260.120.30
HSL328.7º23%60.78%-
HSV(B)328.7º25.84%69.8%-
XYZ32.6128.3735.21-
YUV148.49132.24149.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=38.20%
G=28.33%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813215600.260.120.30328.72360.78
HexB2849C01AC1E149173d
Octal26220423403214365112775
Binary10110010100001001001110001101011001111010100100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2849C; }

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

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

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

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

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

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

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

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