#B889A4

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

Shades of Bouquet #B889A4

Tints of Bouquet #B889A4

Color information

#B889A4 (or 0xB889A4) is unknown color: approx Bouquet. HEX triplet: B8, 89 and A4. RGB value is (184,137,164). Sum of RGB (Red+Green+Blue) = 184+137+164=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A4 is #47765B. Grayscale: #9A9A9A. Windows color (decimal): -4683356 or 10783160. OLE color: 10783160.

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

Color convert

RGB184137164-
CMYK00.260.110.28
HSL325.53º24.87%62.94%-
HSV(B)325.53º25.54%72.16%-
XYZ35.4130.7639.19-
YUV154.13133.57149.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=37.94%
G=28.25%
B=33.81%

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
Decimal18413716400.260.110.28325.5324.8762.94
HexB889A401AB1C146193f
Octal27021124403213345063177
Binary10111000100010011010010001101010111110010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889A4; }

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

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

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

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

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

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

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

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