#B986A5

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

Shades of Bouquet #B986A5

Tints of Bouquet #B986A5

Color information

#B986A5 (or 0xB986A5) is unknown color: approx Bouquet. HEX triplet: B9, 86 and A5. RGB value is (185,134,165). Sum of RGB (Red+Green+Blue) = 185+134+165=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A5 is #46795A. Grayscale: #989898. Windows color (decimal): -4618587 or 10847929. OLE color: 10847929.

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

Color convert

RGB185134165-
CMYK00.280.110.27
HSL323.53º26.7%62.55%-
HSV(B)323.53º27.57%72.55%-
XYZ35.3230.0839.54-
YUV152.78134.9150.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=38.22%
G=27.69%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513416500.280.110.27323.5326.762.55
HexB986A501CB1B1441b3f
Octal27120624503413335043377
Binary10111001100001101010010101110010111101110100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986A5; }

 p { color: rgb(185,134,165); }

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

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

 a { background-color: rgb(185,134,165); }

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

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

 span { border-color: rgb(185,134,165); }

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