#B08497

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

Shades of Bouquet #B08497

Tints of Bouquet #B08497

Color information

#B08497 (or 0xB08497) is unknown color: approx Bouquet. HEX triplet: B0, 84 and 97. RGB value is (176,132,151). Sum of RGB (Red+Green+Blue) = 176+132+151=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08497 is #4F7B68. Grayscale: #939393. Windows color (decimal): -5208937 or 9929904. OLE color: 9929904.

HSL color Cylindrical-coordinate representation of color #B08497: hue angle of 334.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B08497 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176132151-
CMYK00.250.140.31
HSL334.09º21.78%60.39%-
HSV(B)334.09º25%69.02%-
XYZ31.7427.9733-
YUV147.32130.08148.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=38.34%
G=28.76%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613215100.250.140.31334.0921.7860.39
HexB08497019E1F14e163c
Octal26020422703116375162674
Binary10110000100001001001011101100111101111110100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08497; }

 p { color: rgb(176,132,151); }

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

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

 a { background-color: rgb(176,132,151); }

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

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

 span { border-color: rgb(176,132,151); }

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