#B08AA1

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

Shades of Bouquet #B08AA1

Tints of Bouquet #B08AA1

Color information

#B08AA1 (or 0xB08AA1) is unknown color: approx Bouquet. HEX triplet: B0, 8A and A1. RGB value is (176,138,161). Sum of RGB (Red+Green+Blue) = 176+138+161=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA1 is #4F755E. Grayscale: #979797. Windows color (decimal): -5207391 or 10586800. OLE color: 10586800.

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

Color convert

RGB176138161-
CMYK00.220.090.31
HSL323.68º19.39%61.57%-
HSV(B)323.68º21.59%69.02%-
XYZ33.4329.9837.74-
YUV151.98133.09145.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=37.05%
G=29.05%
B=33.89%

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
Decimal17613816100.220.090.31323.6819.3961.57
HexB08AA101691F144133e
Octal26021224102611375042376
Binary10110000100010101010000101011010011111110100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AA1; }

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

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

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

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

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

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

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

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