#B3829E

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

Shades of Bouquet #B3829E

Tints of Bouquet #B3829E

Color information

#B3829E (or 0xB3829E) is unknown color: approx Bouquet. HEX triplet: B3, 82 and 9E. RGB value is (179,130,158). Sum of RGB (Red+Green+Blue) = 179+130+158=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3829E is #4C7D61. Grayscale: #939393. Windows color (decimal): -5012834 or 10388147. OLE color: 10388147.

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

Color convert

RGB179130158-
CMYK00.270.120.30
HSL325.71º24.38%60.59%-
HSV(B)325.71º27.37%70.2%-
XYZ32.7428.0236.03-
YUV147.84133.73150.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=38.33%
G=27.84%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913015800.270.120.30325.7124.3860.59
HexB3829E01BC1E146183d
Octal26320223603314365063075
Binary10110011100000101001111001101111001111010100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3829E; }

 p { color: rgb(179,130,158); }

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

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

 a { background-color: rgb(179,130,158); }

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

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

 span { border-color: rgb(179,130,158); }

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