#B884A3

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

Shades of Bouquet #B884A3

Tints of Bouquet #B884A3

Color information

#B884A3 (or 0xB884A3) is unknown color: approx Bouquet. HEX triplet: B8, 84 and A3. RGB value is (184,132,163). Sum of RGB (Red+Green+Blue) = 184+132+163=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B884A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884A3 is #477B5C. Grayscale: #979797. Windows color (decimal): -4684637 or 10716344. OLE color: 10716344.

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

Color convert

RGB184132163-
CMYK00.280.110.28
HSL324.23º26.8%61.96%-
HSV(B)324.23º28.26%72.16%-
XYZ34.6329.3438.49-
YUV151.08134.73151.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=38.41%
G=27.56%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413216300.280.110.28324.2326.861.96
HexB884A301CB1C1441b3e
Octal27020424303413345043376
Binary10111000100001001010001101110010111110010100010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884A3; }

 p { color: rgb(184,132,163); }

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

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

 a { background-color: rgb(184,132,163); }

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

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

 span { border-color: rgb(184,132,163); }

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