#B1889D

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

Shades of Bouquet #B1889D

Tints of Bouquet #B1889D

Color information

#B1889D (or 0xB1889D) is unknown color: approx Bouquet. HEX triplet: B1, 88 and 9D. RGB value is (177,136,157). Sum of RGB (Red+Green+Blue) = 177+136+157=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889D is #4E7762. Grayscale: #969696. Windows color (decimal): -5142371 or 10324145. OLE color: 10324145.

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

Color convert

RGB177136157-
CMYK00.230.110.31
HSL329.27º20.81%61.37%-
HSV(B)329.27º23.16%69.41%-
XYZ33.0229.3935.83-
YUV150.65131.58146.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=37.66%
G=28.94%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713615700.230.110.31329.2720.8161.37
HexB1889D017B1F149153d
Octal26121023502713375112575
Binary10110001100010001001110101011110111111110100100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1889D; }

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

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

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

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

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

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

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

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