#B08796

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

Shades of Bouquet #B08796

Tints of Bouquet #B08796

Color information

#B08796 (or 0xB08796) is unknown color: approx Bouquet. HEX triplet: B0, 87 and 96. RGB value is (176,135,150). Sum of RGB (Red+Green+Blue) = 176+135+150=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08796 is #4F7869. Grayscale: #949494. Windows color (decimal): -5208170 or 9865136. OLE color: 9865136.

HSL color Cylindrical-coordinate representation of color #B08796: hue angle of 338.05º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08796 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176135150-
CMYK00.230.150.31
HSL338.05º20.6%60.98%-
HSV(B)338.05º23.3%69.02%-
XYZ32.0728.7632.71-
YUV148.97128.58147.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=38.18%
G=29.28%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613515000.230.150.31338.0520.660.98
HexB08796017F1F152153d
Octal26020722602717375222575
Binary10110000100001111001011001011111111111110101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08796; }

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

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

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

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

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

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

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

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