#B3889B

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

Shades of Bouquet #B3889B

Tints of Bouquet #B3889B

Color information

#B3889B (or 0xB3889B) is unknown color: approx Bouquet. HEX triplet: B3, 88 and 9B. RGB value is (179,136,155). Sum of RGB (Red+Green+Blue) = 179+136+155=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3889B is #4C7764. Grayscale: #969696. Windows color (decimal): -5011301 or 10193075. OLE color: 10193075.

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

Color convert

RGB179136155-
CMYK00.240.130.30
HSL333.49º22.05%61.76%-
HSV(B)333.49º24.02%70.2%-
XYZ33.3129.5634.96-
YUV151.02130.25147.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=38.09%
G=28.94%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913615500.240.130.30333.4922.0561.76
HexB3889B018D1E14d163e
Octal26321023303015365152676
Binary10110011100010001001101101100011011111010100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3889B; }

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

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

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

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

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

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

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

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