#B08397

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

Shades of Bouquet #B08397

Tints of Bouquet #B08397

Color information

#B08397 (or 0xB08397) is unknown color: approx Bouquet. HEX triplet: B0, 83 and 97. RGB value is (176,131,151). Sum of RGB (Red+Green+Blue) = 176+131+151=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08397 is #4F7C68. Grayscale: #929292. Windows color (decimal): -5209193 or 9929648. OLE color: 9929648.

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

Color convert

RGB176131151-
CMYK00.260.140.31
HSL333.33º22.17%60.2%-
HSV(B)333.33º25.57%69.02%-
XYZ31.6127.732.96-
YUV146.73130.41148.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=38.43%
G=28.60%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613115100.260.140.31333.3322.1760.2
HexB0839701AE1F14d163c
Octal26020322703216375152674
Binary10110000100000111001011101101011101111110100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08397; }

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

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

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

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

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

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

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

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