#B0859B

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

Shades of Bouquet #B0859B

Tints of Bouquet #B0859B

Color information

#B0859B (or 0xB0859B) is unknown color: approx Bouquet. HEX triplet: B0, 85 and 9B. RGB value is (176,133,155). Sum of RGB (Red+Green+Blue) = 176+133+155=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859B is #4F7A64. Grayscale: #949494. Windows color (decimal): -5208677 or 10192304. OLE color: 10192304.

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

Color convert

RGB176133155-
CMYK00.240.120.31
HSL329.3º21.39%60.59%-
HSV(B)329.3º24.43%69.02%-
XYZ32.2128.3734.79-
YUV148.36131.75147.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=37.93%
G=28.66%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613315500.240.120.31329.321.3960.59
HexB0859B018C1F149153d
Octal26020523303014375112575
Binary10110000100001011001101101100011001111110100100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0859B; }

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

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

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

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

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

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

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

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