#B0899A

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

Shades of Bouquet #B0899A

Tints of Bouquet #B0899A

Color information

#B0899A (or 0xB0899A) is unknown color: approx Bouquet. HEX triplet: B0, 89 and 9A. RGB value is (176,137,154). Sum of RGB (Red+Green+Blue) = 176+137+154=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899A is #4F7665. Grayscale: #969696. Windows color (decimal): -5207654 or 10127792. OLE color: 10127792.

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

Color convert

RGB176137154-
CMYK00.220.120.31
HSL333.85º19.8%61.37%-
HSV(B)333.85º22.16%69.02%-
XYZ32.6829.4534.53-
YUV150.6129.92146.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=37.69%
G=29.34%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613715400.220.120.31333.8519.861.37
HexB0899A016C1F14e143d
Octal26021123202614375162475
Binary10110000100010011001101001011011001111110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0899A; }

 p { color: rgb(176,137,154); }

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

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

 a { background-color: rgb(176,137,154); }

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

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

 span { border-color: rgb(176,137,154); }

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