#BA839E

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

Shades of Bouquet #BA839E

Tints of Bouquet #BA839E

Color information

#BA839E (or 0xBA839E) is unknown color: approx Bouquet. HEX triplet: BA, 83 and 9E. RGB value is (186,131,158). Sum of RGB (Red+Green+Blue) = 186+131+158=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA839E is #457C61. Grayscale: #969696. Windows color (decimal): -4553826 or 10388410. OLE color: 10388410.

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

Color convert

RGB186131158-
CMYK00.300.150.27
HSL330.55º28.5%62.16%-
HSV(B)330.55º29.57%72.94%-
XYZ34.5429.1436.15-
YUV150.52132.22153.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=39.16%
G=27.58%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613115800.300.150.27330.5528.562.16
HexBA839E01EF1B14b1c3e
Octal27220323603617335133476
Binary10111010100000111001111001111011111101110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA839E; }

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

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

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

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

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

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

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

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