#B882A9

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

Shades of Bouquet #B882A9

Tints of Bouquet #B882A9

Color information

#B882A9 (or 0xB882A9) is unknown color: approx Bouquet. HEX triplet: B8, 82 and A9. RGB value is (184,130,169). Sum of RGB (Red+Green+Blue) = 184+130+169=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B882A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882A9 is #477D56. Grayscale: #969696. Windows color (decimal): -4685143 or 11109048. OLE color: 11109048.

HSL color Cylindrical-coordinate representation of color #B882A9: hue angle of 316.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B882A9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184130169-
CMYK00.290.080.28
HSL316.67º27.55%61.57%-
HSV(B)316.67º29.35%72.16%-
XYZ34.9129.0241.3-
YUV150.59138.39151.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=38.10%
G=26.92%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413016900.290.080.28316.6727.5561.57
HexB882A901D81C13d1c3e
Octal27020225103510344753476
Binary10111000100000101010100101110110001110010011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882A9; }

 p { color: rgb(184,130,169); }

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

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

 a { background-color: rgb(184,130,169); }

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

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

 span { border-color: rgb(184,130,169); }

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