#B0899D

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

Shades of Bouquet #B0899D

Tints of Bouquet #B0899D

Color information

#B0899D (or 0xB0899D) is unknown color: approx Bouquet. HEX triplet: B0, 89 and 9D. RGB value is (176,137,157). Sum of RGB (Red+Green+Blue) = 176+137+157=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899D is #4F7662. Grayscale: #969696. Windows color (decimal): -5207651 or 10324400. OLE color: 10324400.

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

Color convert

RGB176137157-
CMYK00.220.110.31
HSL329.23º19.8%61.37%-
HSV(B)329.23º22.16%69.02%-
XYZ32.9429.5635.87-
YUV150.94131.42145.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=37.45%
G=29.15%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613715700.220.110.31329.2319.861.37
HexB0899D016B1F149143d
Octal26021123502613375112475
Binary10110000100010011001110101011010111111110100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0899D; }

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

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

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

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

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

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

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

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