#BA809E

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

Shades of Bouquet #BA809E

Tints of Bouquet #BA809E

Color information

#BA809E (or 0xBA809E) is unknown color: approx Bouquet. HEX triplet: BA, 80 and 9E. RGB value is (186,128,158). Sum of RGB (Red+Green+Blue) = 186+128+158=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809E is #457F61. Grayscale: #949494. Windows color (decimal): -4554594 or 10387642. OLE color: 10387642.

HSL color Cylindrical-coordinate representation of color #BA809E: hue angle of 328.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA809E is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186128158-
CMYK00.310.150.27
HSL328.97º29.59%61.57%-
HSV(B)328.97º31.18%72.94%-
XYZ34.1428.3536.02-
YUV148.76133.22154.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=39.41%
G=27.12%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612815800.310.150.27328.9729.5961.57
HexBA809E01FF1B1491e3e
Octal27220023603717335113676
Binary10111010100000001001111001111111111101110100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA809E; }

 p { color: rgb(186,128,158); }

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

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

 a { background-color: rgb(186,128,158); }

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

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

 span { border-color: rgb(186,128,158); }

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