#B3869B

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

Shades of Bouquet #B3869B

Tints of Bouquet #B3869B

Color information

#B3869B (or 0xB3869B) is unknown color: approx Bouquet. HEX triplet: B3, 86 and 9B. RGB value is (179,134,155). Sum of RGB (Red+Green+Blue) = 179+134+155=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3869B is #4C7964. Grayscale: #959595. Windows color (decimal): -5011813 or 10192563. OLE color: 10192563.

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

Color convert

RGB179134155-
CMYK00.250.130.30
HSL332º22.84%61.37%-
HSV(B)332º25.14%70.2%-
XYZ33.032934.87-
YUV149.85130.91148.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=38.25%
G=28.63%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913415500.250.130.3033222.8461.37
HexB3869B019D1E14c173d
Octal26320623303115365142775
Binary10110011100001101001101101100111011111010100110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3869B; }

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

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

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

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

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

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

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

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