#B1859C

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

Shades of Bouquet #B1859C

Tints of Bouquet #B1859C

Color information

#B1859C (or 0xB1859C) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 9C. RGB value is (177,133,156). Sum of RGB (Red+Green+Blue) = 177+133+156=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859C is #4E7A63. Grayscale: #949494. Windows color (decimal): -5143140 or 10257841. OLE color: 10257841.

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

Color convert

RGB177133156-
CMYK00.250.120.31
HSL328.64º22%60.78%-
HSV(B)328.64º24.86%69.41%-
XYZ32.5228.5235.24-
YUV148.78132.08148.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=37.98%
G=28.54%
B=33.48%

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
Decimal17713315600.250.120.31328.642260.78
HexB1859C019C1F149163d
Octal26120523403114375112675
Binary10110001100001011001110001100111001111110100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1859C; }

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

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

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

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

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

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

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

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