#B3839F

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

Shades of Bouquet #B3839F

Tints of Bouquet #B3839F

Color information

#B3839F (or 0xB3839F) is unknown color: approx Bouquet. HEX triplet: B3, 83 and 9F. RGB value is (179,131,159). Sum of RGB (Red+Green+Blue) = 179+131+159=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3839F is #4C7C60. Grayscale: #949494. Windows color (decimal): -5012577 or 10453939. OLE color: 10453939.

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

Color convert

RGB179131159-
CMYK00.270.110.30
HSL325º24%60.78%-
HSV(B)325º26.82%70.2%-
XYZ32.9628.3236.53-
YUV148.54133.9149.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=38.17%
G=27.93%
B=33.90%

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
Decimal17913115900.270.110.303252460.78
HexB3839F01BB1E145183d
Octal26320323703313365053075
Binary10110011100000111001111101101110111111010100010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3839F; }

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

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

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

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

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

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

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

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