#BA839D

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

Shades of Bouquet #BA839D

Tints of Bouquet #BA839D

Color information

#BA839D (or 0xBA839D) is unknown color: approx Bouquet. HEX triplet: BA, 83 and 9D. RGB value is (186,131,157). Sum of RGB (Red+Green+Blue) = 186+131+157=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA839D is #457C62. Grayscale: #969696. Windows color (decimal): -4553827 or 10322874. OLE color: 10322874.

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

Color convert

RGB186131157-
CMYK00.300.160.27
HSL331.64º28.5%62.16%-
HSV(B)331.64º29.57%72.94%-
XYZ34.4529.1135.7-
YUV150.41131.72153.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=39.24%
G=27.64%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613115700.300.160.27331.6428.562.16
HexBA839D01E101B14c1c3e
Octal27220323503620335143476
Binary101110101000001110011101011110100001101110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA839D; }

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

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

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

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

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

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

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

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