#B08AA0

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

Shades of Bouquet #B08AA0

Tints of Bouquet #B08AA0

Color information

#B08AA0 (or 0xB08AA0) is unknown color: approx Bouquet. HEX triplet: B0, 8A and A0. RGB value is (176,138,160). Sum of RGB (Red+Green+Blue) = 176+138+160=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA0 is #4F755F. Grayscale: #979797. Windows color (decimal): -5207392 or 10521264. OLE color: 10521264.

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

Color convert

RGB176138160-
CMYK00.220.090.31
HSL325.26º19.39%61.57%-
HSV(B)325.26º21.59%69.02%-
XYZ33.3429.9537.28-
YUV151.87132.59145.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=37.13%
G=29.11%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613816000.220.090.31325.2619.3961.57
HexB08AA001691F145133e
Octal26021224002611375052376
Binary10110000100010101010000001011010011111110100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AA0; }

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

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

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

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

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

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

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

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