#B08EA4

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

Shades of Bouquet #B08EA4

Tints of Bouquet #B08EA4

Color information

#B08EA4 (or 0xB08EA4) is unknown color: approx Bouquet. HEX triplet: B0, 8E and A4. RGB value is (176,142,164). Sum of RGB (Red+Green+Blue) = 176+142+164=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA4 is #4F715B. Grayscale: #9A9A9A. Windows color (decimal): -5206364 or 10784432. OLE color: 10784432.

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

Color convert

RGB176142164-
CMYK00.190.070.31
HSL321.18º17.71%62.35%-
HSV(B)321.18º19.32%69.02%-
XYZ34.2831.2639.35-
YUV154.67133.26143.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=36.51%
G=29.46%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614216400.190.070.31321.1817.7162.35
HexB08EA401371F141123e
Octal2602162440237375012276
Binary1011000010001110101001000100111111111110100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EA4; }

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

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

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

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

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

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

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

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