#B08AA5

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

Shades of Bouquet #B08AA5

Tints of Bouquet #B08AA5

Color information

#B08AA5 (or 0xB08AA5) is unknown color: approx Bouquet. HEX triplet: B0, 8A and A5. RGB value is (176,138,165). Sum of RGB (Red+Green+Blue) = 176+138+165=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA5 is #4F755A. Grayscale: #989898. Windows color (decimal): -5207387 or 10848944. OLE color: 10848944.

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

Color convert

RGB176138165-
CMYK00.220.060.31
HSL317.37º19.39%61.57%-
HSV(B)317.37º21.59%69.02%-
XYZ33.7830.1239.63-
YUV152.44135.09144.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=36.74%
G=28.81%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613816500.220.060.31317.3719.3961.57
HexB08AA501661F13d133e
Octal2602122450266374752376
Binary1011000010001010101001010101101101111110011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AA5; }

 p { color: rgb(176,138,165); }

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

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

 a { background-color: rgb(176,138,165); }

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

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

 span { border-color: rgb(176,138,165); }

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