#B3849B

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

Shades of Bouquet #B3849B

Tints of Bouquet #B3849B

Color information

#B3849B (or 0xB3849B) is unknown color: approx Bouquet. HEX triplet: B3, 84 and 9B. RGB value is (179,132,155). Sum of RGB (Red+Green+Blue) = 179+132+155=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3849B is #4C7B64. Grayscale: #949494. Windows color (decimal): -5012325 or 10192051. OLE color: 10192051.

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

Color convert

RGB179132155-
CMYK00.260.130.30
HSL330.64º23.62%60.98%-
HSV(B)330.64º26.26%70.2%-
XYZ32.7628.4534.78-
YUV148.68131.57149.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=38.41%
G=28.33%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913215500.260.130.30330.6423.6260.98
HexB3849B01AD1E14b183d
Octal26320423303215365133075
Binary10110011100001001001101101101011011111010100101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3849B; }

 p { color: rgb(179,132,155); }

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

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

 a { background-color: rgb(179,132,155); }

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

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

 span { border-color: rgb(179,132,155); }

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