#B1859D

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

Shades of Bouquet #B1859D

Tints of Bouquet #B1859D

Color information

#B1859D (or 0xB1859D) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 9D. RGB value is (177,133,157). Sum of RGB (Red+Green+Blue) = 177+133+157=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859D is #4E7A62. Grayscale: #949494. Windows color (decimal): -5143139 or 10323377. OLE color: 10323377.

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

Color convert

RGB177133157-
CMYK00.250.110.31
HSL327.27º22%60.78%-
HSV(B)327.27º24.86%69.41%-
XYZ32.628.5635.69-
YUV148.89132.58148.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=37.90%
G=28.48%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713315700.250.110.31327.272260.78
HexB1859D019B1F147163d
Octal26120523503113375072675
Binary10110001100001011001110101100110111111110100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1859D; }

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

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

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

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

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

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

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

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