#BA7997

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

Shades of Hopbush #BA7997

Tints of Hopbush #BA7997

Color information

#BA7997 (or 0xBA7997) is unknown color: approx Hopbush. HEX triplet: BA, 79 and 97. RGB value is (186,121,151). Sum of RGB (Red+Green+Blue) = 186+121+151=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7997 is #458668. Grayscale: #8F8F8F. Windows color (decimal): -4556393 or 9927098. OLE color: 9927098.

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

Color convert

RGB186121151-
CMYK00.350.190.27
HSL332.31º32.02%60.2%-
HSV(B)332.31º34.95%72.94%-
XYZ32.6726.3532.64-
YUV143.85132.03158.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=40.61%
G=26.42%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612115100.350.190.27332.3132.0260.2
HexBA7997023131B14c203c
Octal27217122704323335144074
Binary1011101011110011001011101000111001111011101001100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7997; }

 p { color: rgb(186,121,151); }

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

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

 a { background-color: rgb(186,121,151); }

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

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

 span { border-color: rgb(186,121,151); }

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