#B1859E

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

Shades of Bouquet #B1859E

Tints of Bouquet #B1859E

Color information

#B1859E (or 0xB1859E) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 9E. RGB value is (177,133,158). Sum of RGB (Red+Green+Blue) = 177+133+158=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859E is #4E7A61. Grayscale: #949494. Windows color (decimal): -5143138 or 10388913. OLE color: 10388913.

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

Color convert

RGB177133158-
CMYK00.250.110.31
HSL325.91º22%60.78%-
HSV(B)325.91º24.86%69.41%-
XYZ32.6928.5936.14-
YUV149.01133.08147.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=37.82%
G=28.42%
B=33.76%

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
Decimal17713315800.250.110.31325.912260.78
HexB1859E019B1F146163d
Octal26120523603113375062675
Binary10110001100001011001111001100110111111110100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1859E; }

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

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

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

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

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

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

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

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