#B0859A

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

Shades of Bouquet #B0859A

Tints of Bouquet #B0859A

Color information

#B0859A (or 0xB0859A) is unknown color: approx Bouquet. HEX triplet: B0, 85 and 9A. RGB value is (176,133,154). Sum of RGB (Red+Green+Blue) = 176+133+154=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859A is #4F7A65. Grayscale: #949494. Windows color (decimal): -5208678 or 10126768. OLE color: 10126768.

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

Color convert

RGB176133154-
CMYK00.240.120.31
HSL330.7º21.39%60.59%-
HSV(B)330.7º24.43%69.02%-
XYZ32.1228.3434.35-
YUV148.25131.25147.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=38.01%
G=28.73%
B=33.26%

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
Decimal17613315400.240.120.31330.721.3960.59
HexB0859A018C1F14b153d
Octal26020523203014375132575
Binary10110000100001011001101001100011001111110100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0859A; }

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

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

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

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

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

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

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

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