#B186A2

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

Shades of Bouquet #B186A2

Tints of Bouquet #B186A2

Color information

#B186A2 (or 0xB186A2) is unknown color: approx Bouquet. HEX triplet: B1, 86 and A2. RGB value is (177,134,162). Sum of RGB (Red+Green+Blue) = 177+134+162=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B186A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186A2 is #4E795D. Grayscale: #959595. Windows color (decimal): -5142878 or 10651313. OLE color: 10651313.

HSL color Cylindrical-coordinate representation of color #B186A2: hue angle of 320.93º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B186A2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177134162-
CMYK00.240.080.31
HSL320.93º21.61%60.98%-
HSV(B)320.93º24.29%69.41%-
XYZ33.1829.0138.03-
YUV150.05134.75147.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=37.42%
G=28.33%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713416200.240.080.31320.9321.6160.98
HexB186A201881F141163d
Octal26120624203010375012675
Binary10110001100001101010001001100010001111110100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186A2; }

 p { color: rgb(177,134,162); }

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

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

 a { background-color: rgb(177,134,162); }

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

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

 span { border-color: rgb(177,134,162); }

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