#B0859F

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

Shades of Bouquet #B0859F

Tints of Bouquet #B0859F

Color information

#B0859F (or 0xB0859F) is unknown color: approx Bouquet. HEX triplet: B0, 85 and 9F. RGB value is (176,133,159). Sum of RGB (Red+Green+Blue) = 176+133+159=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859F is #4F7A60. Grayscale: #949494. Windows color (decimal): -5208673 or 10454448. OLE color: 10454448.

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

Color convert

RGB176133159-
CMYK00.240.100.31
HSL323.72º21.39%60.59%-
HSV(B)323.72º24.43%69.02%-
XYZ32.5528.5136.59-
YUV148.82133.75147.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=37.61%
G=28.42%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613315900.240.100.31323.7221.3960.59
HexB0859F018A1F144153d
Octal26020523703012375042575
Binary10110000100001011001111101100010101111110100010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0859F; }

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

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

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

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

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

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

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

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