#B08696

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

Shades of Bouquet #B08696

Tints of Bouquet #B08696

Color information

#B08696 (or 0xB08696) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 96. RGB value is (176,134,150). Sum of RGB (Red+Green+Blue) = 176+134+150=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08696 is #4F7969. Grayscale: #949494. Windows color (decimal): -5208426 or 9864880. OLE color: 9864880.

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

Color convert

RGB176134150-
CMYK00.240.150.31
HSL337.14º21%60.78%-
HSV(B)337.14º23.86%69.02%-
XYZ31.9328.4832.67-
YUV148.38128.91147.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=38.26%
G=29.13%
B=32.61%

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
Decimal17613415000.240.150.31337.142160.78
HexB08696018F1F151153d
Octal26020622603017375212575
Binary10110000100001101001011001100011111111110101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08696; }

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

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

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

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

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

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

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

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