#BA86A5

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

Shades of Bouquet #BA86A5

Tints of Bouquet #BA86A5

Color information

#BA86A5 (or 0xBA86A5) is unknown color: approx Bouquet. HEX triplet: BA, 86 and A5. RGB value is (186,134,165). Sum of RGB (Red+Green+Blue) = 186+134+165=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86A5 is #45795A. Grayscale: #999999. Windows color (decimal): -4553051 or 10847930. OLE color: 10847930.

HSL color Cylindrical-coordinate representation of color #BA86A5: hue angle of 324.23º 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 #BA86A5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186134165-
CMYK00.280.110.27
HSL324.23º27.37%62.75%-
HSV(B)324.23º27.96%72.94%-
XYZ35.5730.2139.55-
YUV153.08134.73151.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=38.35%
G=27.63%
B=34.02%

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
Decimal18613416500.280.110.27324.2327.3762.75
HexBA86A501CB1B1441b3f
Octal27220624503413335043377
Binary10111010100001101010010101110010111101110100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86A5; }

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

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

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

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

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

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

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

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