#B08EA3

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

Shades of Bouquet #B08EA3

Tints of Bouquet #B08EA3

Color information

#B08EA3 (or 0xB08EA3) is unknown color: approx Bouquet. HEX triplet: B0, 8E and A3. RGB value is (176,142,163). Sum of RGB (Red+Green+Blue) = 176+142+163=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA3 is #4F715C. Grayscale: #9A9A9A. Windows color (decimal): -5206365 or 10718896. OLE color: 10718896.

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

Color convert

RGB176142163-
CMYK00.190.070.31
HSL322.94º17.71%62.35%-
HSV(B)322.94º19.32%69.02%-
XYZ34.1931.2238.87-
YUV154.56132.76143.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=36.59%
G=29.52%
B=33.89%

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
Decimal17614216300.190.070.31322.9417.7162.35
HexB08EA301371F143123e
Octal2602162430237375032276
Binary1011000010001110101000110100111111111110100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EA3; }

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

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

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

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

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

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

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

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