#B08EA2

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

Shades of Bouquet #B08EA2

Tints of Bouquet #B08EA2

Color information

#B08EA2 (or 0xB08EA2) is unknown color: approx Bouquet. HEX triplet: B0, 8E and A2. RGB value is (176,142,162). Sum of RGB (Red+Green+Blue) = 176+142+162=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA2 is #4F715D. Grayscale: #9A9A9A. Windows color (decimal): -5206366 or 10653360. OLE color: 10653360.

HSL color Cylindrical-coordinate representation of color #B08EA2: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EA2 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB176142162-
CMYK00.190.080.31
HSL324.71º17.71%62.35%-
HSV(B)324.71º19.32%69.02%-
XYZ34.131.1838.4-
YUV154.45132.26143.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=36.67%
G=29.58%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614216200.190.080.31324.7117.7162.35
HexB08EA201381F145123e
Octal26021624202310375052276
Binary10110000100011101010001001001110001111110100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EA2; }

 p { color: rgb(176,142,162); }

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

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

 a { background-color: rgb(176,142,162); }

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

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

 span { border-color: rgb(176,142,162); }

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