#B1889B

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

Shades of Bouquet #B1889B

Tints of Bouquet #B1889B

Color information

#B1889B (or 0xB1889B) is unknown color: approx Bouquet. HEX triplet: B1, 88 and 9B. RGB value is (177,136,155). Sum of RGB (Red+Green+Blue) = 177+136+155=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889B is #4E7764. Grayscale: #969696. Windows color (decimal): -5142373 or 10193073. OLE color: 10193073.

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

Color convert

RGB177136155-
CMYK00.230.120.31
HSL332.2º20.81%61.37%-
HSV(B)332.2º23.16%69.41%-
XYZ32.8529.3234.94-
YUV150.43130.58146.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=37.82%
G=29.06%
B=33.12%

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
Decimal17713615500.230.120.31332.220.8161.37
HexB1889B017C1F14c153d
Octal26121023302714375142575
Binary10110001100010001001101101011111001111110100110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1889B; }

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

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

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

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

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

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

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

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