#B08697

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

Shades of Bouquet #B08697

Tints of Bouquet #B08697

Color information

#B08697 (or 0xB08697) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 97. RGB value is (176,134,151). Sum of RGB (Red+Green+Blue) = 176+134+151=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08697 is #4F7968. Grayscale: #949494. Windows color (decimal): -5208425 or 9930416. OLE color: 9930416.

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

Color convert

RGB176134151-
CMYK00.240.140.31
HSL335.71º21%60.78%-
HSV(B)335.71º23.86%69.02%-
XYZ32.0228.5133.09-
YUV148.5129.41147.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=38.18%
G=29.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613415100.240.140.31335.712160.78
HexB08697018E1F150153d
Octal26020622703016375202575
Binary10110000100001101001011101100011101111110101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08697; }

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

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

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

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

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

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

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

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