#B0899C

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

Shades of Bouquet #B0899C

Tints of Bouquet #B0899C

Color information

#B0899C (or 0xB0899C) is unknown color: approx Bouquet. HEX triplet: B0, 89 and 9C. RGB value is (176,137,156). Sum of RGB (Red+Green+Blue) = 176+137+156=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899C is #4F7663. Grayscale: #969696. Windows color (decimal): -5207652 or 10258864. OLE color: 10258864.

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

Color convert

RGB176137156-
CMYK00.220.110.31
HSL330.77º19.8%61.37%-
HSV(B)330.77º22.16%69.02%-
XYZ32.8529.5235.42-
YUV150.83130.92145.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=37.53%
G=29.21%
B=33.26%

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
Decimal17613715600.220.110.31330.7719.861.37
HexB0899C016B1F14b143d
Octal26021123402613375132475
Binary10110000100010011001110001011010111111110100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0899C; }

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

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

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

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

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

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

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

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