#BA7B9E

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

Shades of Bouquet #BA7B9E

Tints of Bouquet #BA7B9E

Color information

#BA7B9E (or 0xBA7B9E) is unknown color: approx Bouquet. HEX triplet: BA, 7B and 9E. RGB value is (186,123,158). Sum of RGB (Red+Green+Blue) = 186+123+158=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B9E is #458461. Grayscale: #919191. Windows color (decimal): -4555874 or 10386362. OLE color: 10386362.

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

Color convert

RGB186123158-
CMYK00.340.150.27
HSL326.67º31.34%60.59%-
HSV(B)326.67º33.87%72.94%-
XYZ33.527.0735.81-
YUV145.83134.87156.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=39.83%
G=26.34%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612315800.340.150.27326.6731.3460.59
HexBA7B9E022F1B1471f3d
Octal27217323604217335073775
Binary10111010111101110011110010001011111101110100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B9E; }

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

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

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

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

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

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

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

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