#B1899B

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

Shades of Bouquet #B1899B

Tints of Bouquet #B1899B

Color information

#B1899B (or 0xB1899B) is unknown color: approx Bouquet. HEX triplet: B1, 89 and 9B. RGB value is (177,137,155). Sum of RGB (Red+Green+Blue) = 177+137+155=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1899B is #4E7664. Grayscale: #969696. Windows color (decimal): -5142117 or 10193329. OLE color: 10193329.

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

Color convert

RGB177137155-
CMYK00.230.120.31
HSL333º20.41%61.57%-
HSV(B)333º22.6%69.41%-
XYZ32.9929.634.99-
YUV151.01130.25146.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=37.74%
G=29.21%
B=33.05%

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
Decimal17713715500.230.120.3133320.4161.57
HexB1899B017C1F14d143e
Octal26121123302714375152476
Binary10110001100010011001101101011111001111110100110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1899B; }

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

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

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

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

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

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

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

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