#B889A3

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

Shades of Bouquet #B889A3

Tints of Bouquet #B889A3

Color information

#B889A3 (or 0xB889A3) is unknown color: approx Bouquet. HEX triplet: B8, 89 and A3. RGB value is (184,137,163). Sum of RGB (Red+Green+Blue) = 184+137+163=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A3 is #47765C. Grayscale: #999999. Windows color (decimal): -4683357 or 10717624. OLE color: 10717624.

HSL color Cylindrical-coordinate representation of color #B889A3: hue angle of 326.81º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B889A3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB184137163-
CMYK00.260.110.28
HSL326.81º24.87%62.94%-
HSV(B)326.81º25.54%72.16%-
XYZ35.3230.7338.72-
YUV154.02133.07149.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=38.02%
G=28.31%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413716300.260.110.28326.8124.8762.94
HexB889A301AB1C147193f
Octal27021124303213345073177
Binary10111000100010011010001101101010111110010100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889A3; }

 p { color: rgb(184,137,163); }

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

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

 a { background-color: rgb(184,137,163); }

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

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

 span { border-color: rgb(184,137,163); }

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