#B3829F

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

Shades of Bouquet #B3829F

Tints of Bouquet #B3829F

Color information

#B3829F (or 0xB3829F) is unknown color: approx Bouquet. HEX triplet: B3, 82 and 9F. RGB value is (179,130,159). Sum of RGB (Red+Green+Blue) = 179+130+159=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3829F is #4C7D60. Grayscale: #939393. Windows color (decimal): -5012833 or 10453683. OLE color: 10453683.

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

Color convert

RGB179130159-
CMYK00.270.110.30
HSL324.49º24.38%60.59%-
HSV(B)324.49º27.37%70.2%-
XYZ32.8328.0536.49-
YUV147.96134.23150.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=38.25%
G=27.78%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913015900.270.110.30324.4924.3860.59
HexB3829F01BB1E144183d
Octal26320223703313365043075
Binary10110011100000101001111101101110111111010100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3829F; }

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

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

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

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

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

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

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

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