#B08596

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

Shades of Bouquet #B08596

Tints of Bouquet #B08596

Color information

#B08596 (or 0xB08596) is unknown color: approx Bouquet. HEX triplet: B0, 85 and 96. RGB value is (176,133,150). Sum of RGB (Red+Green+Blue) = 176+133+150=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08596 is #4F7A69. Grayscale: #939393. Windows color (decimal): -5208682 or 9864624. OLE color: 9864624.

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

Color convert

RGB176133150-
CMYK00.240.150.31
HSL336.28º21.39%60.59%-
HSV(B)336.28º24.43%69.02%-
XYZ31.828.2132.62-
YUV147.79129.25148.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=38.34%
G=28.98%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613315000.240.150.31336.2821.3960.59
HexB08596018F1F150153d
Octal26020522603017375202575
Binary10110000100001011001011001100011111111110101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08596; }

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

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

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

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

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

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

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

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