#B9859F

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

Shades of Bouquet #B9859F

Tints of Bouquet #B9859F

Color information

#B9859F (or 0xB9859F) is unknown color: approx Bouquet. HEX triplet: B9, 85 and 9F. RGB value is (185,133,159). Sum of RGB (Red+Green+Blue) = 185+133+159=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9859F is #467A60. Grayscale: #979797. Windows color (decimal): -4618849 or 10454457. OLE color: 10454457.

HSL color Cylindrical-coordinate representation of color #B9859F: hue angle of 330º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9859F is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185133159-
CMYK00.280.140.27
HSL330º27.08%62.35%-
HSV(B)330º28.11%72.55%-
XYZ34.6529.5936.69-
YUV151.51132.23151.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=38.78%
G=27.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513315900.280.140.2733027.0862.35
HexB9859F01CE1B14a1b3e
Octal27120523703416335123376
Binary10111001100001011001111101110011101101110100101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9859F; }

 p { color: rgb(185,133,159); }

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

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

 a { background-color: rgb(185,133,159); }

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

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

 span { border-color: rgb(185,133,159); }

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