#B3859A

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

Shades of Bouquet #B3859A

Tints of Bouquet #B3859A

Color information

#B3859A (or 0xB3859A) is unknown color: approx Bouquet. HEX triplet: B3, 85 and 9A. RGB value is (179,133,154). Sum of RGB (Red+Green+Blue) = 179+133+154=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3859A is #4C7A65. Grayscale: #959595. Windows color (decimal): -5012070 or 10126771. OLE color: 10126771.

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

Color convert

RGB179133154-
CMYK00.260.140.30
HSL332.61º23.23%61.18%-
HSV(B)332.61º25.7%70.2%-
XYZ32.8128.6934.38-
YUV149.15130.74149.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=38.41%
G=28.54%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913315400.260.140.30332.6123.2361.18
HexB3859A01AE1E14d173d
Octal26320523203216365152775
Binary10110011100001011001101001101011101111010100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3859A; }

 p { color: rgb(179,133,154); }

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

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

 a { background-color: rgb(179,133,154); }

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

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

 span { border-color: rgb(179,133,154); }

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