#B3889D

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

Shades of Bouquet #B3889D

Tints of Bouquet #B3889D

Color information

#B3889D (or 0xB3889D) is unknown color: approx Bouquet. HEX triplet: B3, 88 and 9D. RGB value is (179,136,157). Sum of RGB (Red+Green+Blue) = 179+136+157=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3889D is #4C7762. Grayscale: #979797. Windows color (decimal): -5011299 or 10324147. OLE color: 10324147.

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

Color convert

RGB179136157-
CMYK00.240.120.30
HSL330.7º22.05%61.76%-
HSV(B)330.7º24.02%70.2%-
XYZ33.4829.6335.85-
YUV151.25131.25147.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=37.92%
G=28.81%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913615700.240.120.30330.722.0561.76
HexB3889D018C1E14b163e
Octal26321023503014365132676
Binary10110011100010001001110101100011001111010100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3889D; }

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

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

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

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

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

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

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

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