#B2839D

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

Shades of Bouquet #B2839D

Tints of Bouquet #B2839D

Color information

#B2839D (or 0xB2839D) is unknown color: approx Bouquet. HEX triplet: B2, 83 and 9D. RGB value is (178,131,157). Sum of RGB (Red+Green+Blue) = 178+131+157=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839D is #4D7C62. Grayscale: #939393. Windows color (decimal): -5078115 or 10322866. OLE color: 10322866.

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

Color convert

RGB178131157-
CMYK00.260.120.30
HSL326.81º23.38%60.59%-
HSV(B)326.81º26.4%69.8%-
XYZ32.5628.1335.61-
YUV148.02133.07149.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=38.20%
G=28.11%
B=33.69%

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
Decimal17813115700.260.120.30326.8123.3860.59
HexB2839D01AC1E147173d
Octal26220323503214365072775
Binary10110010100000111001110101101011001111010100011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2839D; }

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

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

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

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

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

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

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

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