#B2839C

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

Shades of Bouquet #B2839C

Tints of Bouquet #B2839C

Color information

#B2839C (or 0xB2839C) is unknown color: approx Bouquet. HEX triplet: B2, 83 and 9C. RGB value is (178,131,156). Sum of RGB (Red+Green+Blue) = 178+131+156=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839C is #4D7C63. Grayscale: #939393. Windows color (decimal): -5078116 or 10257330. OLE color: 10257330.

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

Color convert

RGB178131156-
CMYK00.260.120.30
HSL328.09º23.38%60.59%-
HSV(B)328.09º26.4%69.8%-
XYZ32.4828.135.16-
YUV147.9132.57149.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=38.28%
G=28.17%
B=33.55%

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
Decimal17813115600.260.120.30328.0923.3860.59
HexB2839C01AC1E148173d
Octal26220323403214365102775
Binary10110010100000111001110001101011001111010100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2839C; }

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

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

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

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

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

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

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

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