#BA7F9B

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

Shades of Bouquet #BA7F9B

Tints of Bouquet #BA7F9B

Color information

#BA7F9B (or 0xBA7F9B) is unknown color: approx Bouquet. HEX triplet: BA, 7F and 9B. RGB value is (186,127,155). Sum of RGB (Red+Green+Blue) = 186+127+155=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9B is #458064. Grayscale: #939393. Windows color (decimal): -4554853 or 10190778. OLE color: 10190778.

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

Color convert

RGB186127155-
CMYK00.320.170.27
HSL331.53º29.95%61.37%-
HSV(B)331.53º31.72%72.94%-
XYZ33.7627.9834.63-
YUV147.83132.05155.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=39.74%
G=27.14%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612715500.320.170.27331.5329.9561.37
HexBA7F9B020111B14c1e3d
Octal27217723304021335143675
Binary101110101111111100110110100000100011101110100110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F9B; }

 p { color: rgb(186,127,155); }

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

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

 a { background-color: rgb(186,127,155); }

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

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

 span { border-color: rgb(186,127,155); }

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