#B1859B

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

Shades of Bouquet #B1859B

Tints of Bouquet #B1859B

Color information

#B1859B (or 0xB1859B) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 9B. RGB value is (177,133,155). Sum of RGB (Red+Green+Blue) = 177+133+155=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859B is #4E7A64. Grayscale: #949494. Windows color (decimal): -5143141 or 10192305. OLE color: 10192305.

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

Color convert

RGB177133155-
CMYK00.250.120.31
HSL330º22%60.78%-
HSV(B)330º24.86%69.41%-
XYZ32.4428.4934.8-
YUV148.66131.58148.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=38.06%
G=28.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713315500.250.120.313302260.78
HexB1859B019C1F14a163d
Octal26120523303114375122675
Binary10110001100001011001101101100111001111110100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1859B; }

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

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

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

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

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

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

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

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