#B08599

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

Shades of Bouquet #B08599

Tints of Bouquet #B08599

Color information

#B08599 (or 0xB08599) is unknown color: approx Bouquet. HEX triplet: B0, 85 and 99. RGB value is (176,133,153). Sum of RGB (Red+Green+Blue) = 176+133+153=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08599 is #4F7A66. Grayscale: #949494. Windows color (decimal): -5208679 or 10061232. OLE color: 10061232.

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

Color convert

RGB176133153-
CMYK00.240.130.31
HSL332.09º21.39%60.59%-
HSV(B)332.09º24.43%69.02%-
XYZ32.0428.3133.91-
YUV148.14130.75147.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=38.10%
G=28.79%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613315300.240.130.31332.0921.3960.59
HexB08599018D1F14c153d
Octal26020523103015375142575
Binary10110000100001011001100101100011011111110100110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08599; }

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

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

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

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

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

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

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

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