#BA839F

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

Shades of Bouquet #BA839F

Tints of Bouquet #BA839F

Color information

#BA839F (or 0xBA839F) is unknown color: approx Bouquet. HEX triplet: BA, 83 and 9F. RGB value is (186,131,159). Sum of RGB (Red+Green+Blue) = 186+131+159=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA839F is #457C60. Grayscale: #969696. Windows color (decimal): -4553825 or 10453946. OLE color: 10453946.

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

Color convert

RGB186131159-
CMYK00.300.150.27
HSL329.45º28.5%62.16%-
HSV(B)329.45º29.57%72.94%-
XYZ34.6229.1736.61-
YUV150.64132.72153.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=39.08%
G=27.52%
B=33.40%

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
Decimal18613115900.300.150.27329.4528.562.16
HexBA839F01EF1B1491c3e
Octal27220323703617335113476
Binary10111010100000111001111101111011111101110100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA839F; }

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

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

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

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

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

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

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

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