#B889A7

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

Shades of Bouquet #B889A7

Tints of Bouquet #B889A7

Color information

#B889A7 (or 0xB889A7) is unknown color: approx Bouquet. HEX triplet: B8, 89 and A7. RGB value is (184,137,167). Sum of RGB (Red+Green+Blue) = 184+137+167=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A7 is #477658. Grayscale: #9A9A9A. Windows color (decimal): -4683353 or 10979768. OLE color: 10979768.

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

Color convert

RGB184137167-
CMYK00.260.090.28
HSL321.7º24.87%62.94%-
HSV(B)321.7º25.54%72.16%-
XYZ35.6930.8740.64-
YUV154.47135.07149.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=37.70%
G=28.07%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413716700.260.090.28321.724.8762.94
HexB889A701A91C142193f
Octal27021124703211345023177
Binary10111000100010011010011101101010011110010100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889A7; }

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

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

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

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

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

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

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

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