#B0889B

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

Shades of Bouquet #B0889B

Tints of Bouquet #B0889B

Color information

#B0889B (or 0xB0889B) is unknown color: approx Bouquet. HEX triplet: B0, 88 and 9B. RGB value is (176,136,155). Sum of RGB (Red+Green+Blue) = 176+136+155=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0889B is #4F7764. Grayscale: #969696. Windows color (decimal): -5207909 or 10193072. OLE color: 10193072.

HSL color Cylindrical-coordinate representation of color #B0889B: hue angle of 331.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0889B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176136155-
CMYK00.230.120.31
HSL331.5º20.2%61.18%-
HSV(B)331.5º22.73%69.02%-
XYZ32.6329.234.93-
YUV150.13130.75146.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=37.69%
G=29.12%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613615500.230.120.31331.520.261.18
HexB0889B017C1F14c143d
Octal26021023302714375142475
Binary10110000100010001001101101011111001111110100110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0889B; }

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

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

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

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

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

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

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

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