#B88AA2

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

Shades of Bouquet #B88AA2

Tints of Bouquet #B88AA2

Color information

#B88AA2 (or 0xB88AA2) is unknown color: approx Bouquet. HEX triplet: B8, 8A and A2. RGB value is (184,138,162). Sum of RGB (Red+Green+Blue) = 184+138+162=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AA2 is #47755D. Grayscale: #9A9A9A. Windows color (decimal): -4683102 or 10652344. OLE color: 10652344.

HSL color Cylindrical-coordinate representation of color #B88AA2: hue angle of 328.7º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AA2 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184138162-
CMYK00.250.120.28
HSL328.7º24.47%63.14%-
HSV(B)328.7º25%72.16%-
XYZ35.3830.9838.3-
YUV154.49132.24149.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=38.02%
G=28.51%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413816200.250.120.28328.724.4763.14
HexB88AA2019C1C149183f
Octal27021224203114345113077
Binary10111000100010101010001001100111001110010100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AA2; }

 p { color: rgb(184,138,162); }

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

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

 a { background-color: rgb(184,138,162); }

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

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

 span { border-color: rgb(184,138,162); }

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