#BA7795

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

Shades of Hopbush #BA7795

Tints of Hopbush #BA7795

Color information

#BA7795 (or 0xBA7795) is unknown color: approx Hopbush. HEX triplet: BA, 77 and 95. RGB value is (186,119,149). Sum of RGB (Red+Green+Blue) = 186+119+149=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7795 is #45886A. Grayscale: #8E8E8E. Windows color (decimal): -4556907 or 9795514. OLE color: 9795514.

HSL color Cylindrical-coordinate representation of color #BA7795: hue angle of 333.13º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7795 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186119149-
CMYK00.360.200.27
HSL333.13º32.68%59.8%-
HSV(B)333.13º36.02%72.94%-
XYZ32.2725.831.71-
YUV142.45131.7159.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=40.97%
G=26.21%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611914900.360.200.27333.1332.6859.8
HexBA7795024141B14d213c
Octal27216722504424335154174
Binary1011101011101111001010101001001010011011101001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7795; }

 p { color: rgb(186,119,149); }

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

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

 a { background-color: rgb(186,119,149); }

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

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

 span { border-color: rgb(186,119,149); }

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