#B486A1

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

Shades of Bouquet #B486A1

Tints of Bouquet #B486A1

Color information

#B486A1 (or 0xB486A1) is unknown color: approx Bouquet. HEX triplet: B4, 86 and A1. RGB value is (180,134,161). Sum of RGB (Red+Green+Blue) = 180+134+161=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A1 is #4B795E. Grayscale: #969696. Windows color (decimal): -4946271 or 10585780. OLE color: 10585780.

HSL color Cylindrical-coordinate representation of color #B486A1: hue angle of 324.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486A1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180134161-
CMYK00.260.110.29
HSL324.78º23.47%61.57%-
HSV(B)324.78º25.56%70.59%-
XYZ33.7829.3337.6-
YUV150.83133.74148.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=37.89%
G=28.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013416100.260.110.29324.7823.4761.57
HexB486A101AB1D145173e
Octal26420624103213355052776
Binary10110100100001101010000101101010111110110100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486A1; }

 p { color: rgb(180,134,161); }

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

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

 a { background-color: rgb(180,134,161); }

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

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

 span { border-color: rgb(180,134,161); }

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