#B1869B

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

Shades of Bouquet #B1869B

Tints of Bouquet #B1869B

Color information

#B1869B (or 0xB1869B) is unknown color: approx Bouquet. HEX triplet: B1, 86 and 9B. RGB value is (177,134,155). Sum of RGB (Red+Green+Blue) = 177+134+155=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1869B is #4E7964. Grayscale: #959595. Windows color (decimal): -5142885 or 10192561. OLE color: 10192561.

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

Color convert

RGB177134155-
CMYK00.240.120.31
HSL330.7º21.61%60.98%-
HSV(B)330.7º24.29%69.41%-
XYZ32.5728.7634.85-
YUV149.25131.25147.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=37.98%
G=28.76%
B=33.26%

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
Decimal17713415500.240.120.31330.721.6160.98
HexB1869B018C1F14b163d
Octal26120623303014375132675
Binary10110001100001101001101101100011001111110100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1869B; }

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

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

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

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

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

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

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

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