#B1889C

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

Shades of Bouquet #B1889C

Tints of Bouquet #B1889C

Color information

#B1889C (or 0xB1889C) is unknown color: approx Bouquet. HEX triplet: B1, 88 and 9C. RGB value is (177,136,156). Sum of RGB (Red+Green+Blue) = 177+136+156=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889C is #4E7763. Grayscale: #969696. Windows color (decimal): -5142372 or 10258609. OLE color: 10258609.

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

Color convert

RGB177136156-
CMYK00.230.120.31
HSL330.73º20.81%61.37%-
HSV(B)330.73º23.16%69.41%-
XYZ32.9429.3635.38-
YUV150.54131.08146.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=37.74%
G=29.00%
B=33.26%

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
Decimal17713615600.230.120.31330.7320.8161.37
HexB1889C017C1F14b153d
Octal26121023402714375132575
Binary10110001100010001001110001011111001111110100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1889C; }

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

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

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

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

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

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

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

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