#B1899A

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

Shades of Bouquet #B1899A

Tints of Bouquet #B1899A

Color information

#B1899A (or 0xB1899A) is unknown color: approx Bouquet. HEX triplet: B1, 89 and 9A. RGB value is (177,137,154). Sum of RGB (Red+Green+Blue) = 177+137+154=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1899A is #4E7665. Grayscale: #969696. Windows color (decimal): -5142118 or 10127793. OLE color: 10127793.

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

Color convert

RGB177137154-
CMYK00.230.130.31
HSL334.5º20.41%61.57%-
HSV(B)334.5º22.6%69.41%-
XYZ32.9129.5734.55-
YUV150.9129.75146.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=37.82%
G=29.27%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713715400.230.130.31334.520.4161.57
HexB1899A017D1F14e143e
Octal26121123202715375162476
Binary10110001100010011001101001011111011111110100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1899A; }

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

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

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

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

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

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

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

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