#B1869C

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

Shades of Bouquet #B1869C

Tints of Bouquet #B1869C

Color information

#B1869C (or 0xB1869C) is unknown color: approx Bouquet. HEX triplet: B1, 86 and 9C. RGB value is (177,134,156). Sum of RGB (Red+Green+Blue) = 177+134+156=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1869C is #4E7963. Grayscale: #959595. Windows color (decimal): -5142884 or 10258097. OLE color: 10258097.

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

Color convert

RGB177134156-
CMYK00.240.120.31
HSL329.3º21.61%60.98%-
HSV(B)329.3º24.29%69.41%-
XYZ32.6628.835.29-
YUV149.36131.75147.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=37.90%
G=28.69%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713415600.240.120.31329.321.6160.98
HexB1869C018C1F149163d
Octal26120623403014375112675
Binary10110001100001101001110001100011001111110100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1869C; }

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

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

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

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

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

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

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

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